#5F5E92

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

Shades of Governor Bay #5F5E92

Tints of Governor Bay #5F5E92

Color information

#5F5E92 (or 0x5F5E92) is unknown color: approx Governor Bay. HEX triplet: 5F, 5E and 92. RGB value is (95,94,146). Sum of RGB (Red+Green+Blue) = 95+94+146=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F5E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5E92 is #A0A16D. Grayscale: #646464. Windows color (decimal): -10527086 or 9592415. OLE color: 9592415.

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

Color convert

RGB9594146-
CMYK0.350.3600.43
HSL241.15º21.67%47.06%-
HSV(B)241.15º35.62%57.25%-
XYZ13.9112.5128.88-
YUV100.23153.83124.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=28.36%
G=28.06%
B=43.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal95941460.350.3600.43241.1521.6747.06
Hex5F5E92232402Bf1162f
Octal13713622243440533612657
Binary101111110111101001001010001110010001010111111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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