#5F669B

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

Shades of Governor Bay #5F669B

Tints of Governor Bay #5F669B

Color information

#5F669B (or 0x5F669B) is unknown color: approx Governor Bay. HEX triplet: 5F, 66 and 9B. RGB value is (95,102,155). Sum of RGB (Red+Green+Blue) = 95+102+155=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F669B is #A09964. Grayscale: #696969. Windows color (decimal): -10525029 or 10184287. OLE color: 10184287.

HSL color Cylindrical-coordinate representation of color #5F669B: hue angle of 233º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F669B is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB95102155-
CMYK0.390.3400.39
HSL233º24%49.02%-
HSV(B)233º38.71%60.78%-
XYZ15.3914.332.96-
YUV105.95155.68120.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=26.99%
G=28.98%
B=44.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951021550.390.3400.392332449.02
Hex5F669B2722027e91831
Octal13714623347420473513061
Binary101111111001101001101110011110001001001111110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,155); }

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

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

 a { background-color: rgb(95,102,155); }

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

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

 span { border-color: rgb(95,102,155); }

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