#5F5896

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

Shades of Governor Bay #5F5896

Tints of Governor Bay #5F5896

Color information

#5F5896 (or 0x5F5896) is unknown color: approx Governor Bay. HEX triplet: 5F, 58 and 96. RGB value is (95,88,150). Sum of RGB (Red+Green+Blue) = 95+88+150=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F5896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5896 is #A0A769. Grayscale: #606060. Windows color (decimal): -10528618 or 9853023. OLE color: 9853023.

HSL color Cylindrical-coordinate representation of color #5F5896: hue angle of 246.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F5896 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9588150-
CMYK0.370.4100.41
HSL246.77º26.05%46.67%-
HSV(B)246.77º41.33%58.82%-
XYZ13.7111.6130.37-
YUV97.16157.82126.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=28.53%
G=26.43%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95881500.370.4100.41246.7726.0546.67
Hex5F58962529029f71a2f
Octal13713022645510513673257
Binary101111110110001001011010010110100101010011111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,150); }

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

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

 a { background-color: rgb(95,88,150); }

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

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

 span { border-color: rgb(95,88,150); }

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