#5B5298

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

Shades of Governor Bay #5B5298

Tints of Governor Bay #5B5298

Color information

#5B5298 (or 0x5B5298) is unknown color: approx Governor Bay. HEX triplet: 5B, 52 and 98. RGB value is (91,82,152). Sum of RGB (Red+Green+Blue) = 91+82+152=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B5298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5298 is #A4AD67. Grayscale: #5C5C5C. Windows color (decimal): -10792296 or 9982555. OLE color: 9982555.

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

Color convert

RGB9182152-
CMYK0.400.4600.40
HSL247.71º29.91%45.88%-
HSV(B)247.71º46.05%59.61%-
XYZ1310.5331.05-
YUV92.67161.48126.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=28%
G=25.23%
B=46.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91821520.400.4600.40247.7129.9145.88
Hex5B5298282E028f81e2e
Octal13312223050560503703656
Binary101101110100101001100010100010111001010001111100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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