#5F6490

Color #5F6490 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5F6490

Tints of Governor Bay #5F6490

Color information

#5F6490 (or 0x5F6490) is unknown color: approx Governor Bay. HEX triplet: 5F, 64 and 90. RGB value is (95,100,144). Sum of RGB (Red+Green+Blue) = 95+100+144=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F6490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6490 is #A09B6F. Grayscale: #676767. Windows color (decimal): -10525552 or 9462879. OLE color: 9462879.

HSL color Cylindrical-coordinate representation of color #5F6490: hue angle of 233.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F6490 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95100144-
CMYK0.340.3100.44
HSL233.88º20.5%46.86%-
HSV(B)233.88º34.03%56.47%-
XYZ14.3113.5628.25-
YUV103.52150.84121.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.02%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=28.02%
G=29.50%
B=42.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951001440.340.3100.44233.8820.546.86
Hex5F6490221F02Cea152f
Octal13714422042370543522557
Binary10111111100100100100001000101111101011001110101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6490; }

 p { color: rgb(95,100,144); }

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

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

 a { background-color: rgb(95,100,144); }

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

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

 span { border-color: rgb(95,100,144); }

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