#5F6092

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

Shades of Governor Bay #5F6092

Tints of Governor Bay #5F6092

Color information

#5F6092 (or 0x5F6092) is unknown color: approx Governor Bay. HEX triplet: 5F, 60 and 92. RGB value is (95,96,146). Sum of RGB (Red+Green+Blue) = 95+96+146=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6092 is #A09F6D. Grayscale: #656565. Windows color (decimal): -10526574 or 9592927. OLE color: 9592927.

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

Color convert

RGB9596146-
CMYK0.350.3400.43
HSL238.82º21.16%47.25%-
HSV(B)238.82º34.93%57.25%-
XYZ14.0912.8728.94-
YUV101.4153.17123.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=28.19%
G=28.49%
B=43.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95961460.350.3400.43238.8221.1647.25
Hex5F6092232202Bef152f
Octal13714022243420533572557
Binary101111111000001001001010001110001001010111110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,146); }

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

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

 a { background-color: rgb(95,96,146); }

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

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

 span { border-color: rgb(95,96,146); }

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