#5B6292

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

Shades of Governor Bay #5B6292

Tints of Governor Bay #5B6292

Color information

#5B6292 (or 0x5B6292) is unknown color: approx Governor Bay. HEX triplet: 5B, 62 and 92. RGB value is (91,98,146). Sum of RGB (Red+Green+Blue) = 91+98+146=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 98 (38.67% from 255 or 29.25% 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 #5B6292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6292 is #A49D6D. Grayscale: #656565. Windows color (decimal): -10788206 or 9593435. OLE color: 9593435.

HSL color Cylindrical-coordinate representation of color #5B6292: hue angle of 232.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B6292 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9198146-
CMYK0.380.3300.43
HSL232.36º23.21%46.47%-
HSV(B)232.36º37.67%57.25%-
XYZ13.8713.0328.98-
YUV101.38153.18120.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=27.16%
G=29.25%
B=43.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91981460.380.3300.43232.3623.2146.47
Hex5B6292262102Be8172e
Octal13314222246410533502756
Binary101101111000101001001010011010000101010111110100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,98,146); }

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

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

 a { background-color: rgb(91,98,146); }

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

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

 span { border-color: rgb(91,98,146); }

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