#5B5798

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

Shades of Governor Bay #5B5798

Tints of Governor Bay #5B5798

Color information

#5B5798 (or 0x5B5798) is unknown color: approx Governor Bay. HEX triplet: 5B, 57 and 98. RGB value is (91,87,152). Sum of RGB (Red+Green+Blue) = 91+87+152=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B5798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5798 is #A4A867. Grayscale: #5F5F5F. Windows color (decimal): -10791016 or 9983835. OLE color: 9983835.

HSL color Cylindrical-coordinate representation of color #5B5798: hue angle of 243.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5798 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9187152-
CMYK0.400.4300.40
HSL243.69º27.2%46.86%-
HSV(B)243.69º42.76%59.61%-
XYZ13.3911.3131.18-
YUV95.61159.83124.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=27.58%
G=26.36%
B=46.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91871520.400.4300.40243.6927.246.86
Hex5B5798282B028f41b2f
Octal13312723050530503643357
Binary101101110101111001100010100010101101010001111010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,87,152); }

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

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

 a { background-color: rgb(91,87,152); }

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

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

 span { border-color: rgb(91,87,152); }

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