#5E6092

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

Shades of Governor Bay #5E6092

Tints of Governor Bay #5E6092

Color information

#5E6092 (or 0x5E6092) is unknown color: approx Governor Bay. HEX triplet: 5E, 60 and 92. RGB value is (94,96,146). Sum of RGB (Red+Green+Blue) = 94+96+146=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6092 is #A19F6D. Grayscale: #646464. Windows color (decimal): -10592110 or 9592926. OLE color: 9592926.

HSL color Cylindrical-coordinate representation of color #5E6092: hue angle of 237.69º 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 #5E6092 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9496146-
CMYK0.360.3400.43
HSL237.69º21.67%47.06%-
HSV(B)237.69º35.62%57.25%-
XYZ13.9912.8228.93-
YUV101.1153.34122.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.98%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=27.98%
G=28.57%
B=43.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94961460.360.3400.43237.6921.6747.06
Hex5E6092242202Bee162f
Octal13614022244420533562657
Binary101111011000001001001010010010001001010111110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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