#658990

Color #658990 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #658990

Tints of Gothic #658990

Color information

#658990 (or 0x658990) is unknown color: approx Gothic. HEX triplet: 65, 89 and 90. RGB value is (101,137,144). Sum of RGB (Red+Green+Blue) = 101+137+144=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #658990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658990 is #9A766F. Grayscale: #7E7E7E. Windows color (decimal): -10122864 or 9472357. OLE color: 9472357.

HSL color Cylindrical-coordinate representation of color #658990: hue angle of 189.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658990 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101137144-
CMYK0.300.0500.44
HSL189.77º17.55%48.04%-
HSV(B)189.77º29.86%56.47%-
XYZ19.3522.6729.74-
YUV127.03137.57109.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=26.44%
G=35.86%
B=37.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011371440.300.0500.44189.7717.5548.04
Hex6589901E502Cbe1230
Octal1452112203650542762260
Binary110010110001001100100001111010101011001011111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658990; }

 p { color: rgb(101,137,144); }

 H1.HeaderClassName
 {
   color: #658990;
 }
 .AnyTagClassName
 {
   color: #658990;
 }
</style>
background-color css

<style>
 a { background-color: #658990; }

 a { background-color: rgb(101,137,144); }

 div.DivClassName
 {
   background-color: #658990;
 }
 .BgClassName
 {
   background-color: #658990;
 }
</style>
border-color css

<style>
 span { border-color: #658990; }

 span { border-color: rgb(101,137,144); }

 td.TdClassName
 {
   border-color: #658990;
 }
 .TagClassName
 {
   border-color: #658990;
 }
</style>