#5B5495

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

Shades of Governor Bay #5B5495

Tints of Governor Bay #5B5495

Color information

#5B5495 (or 0x5B5495) is unknown color: approx Governor Bay. HEX triplet: 5B, 54 and 95. RGB value is (91,84,149). Sum of RGB (Red+Green+Blue) = 91+84+149=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5495 is #A4AB6A. Grayscale: #5D5D5D. Windows color (decimal): -10791787 or 9786459. OLE color: 9786459.

HSL color Cylindrical-coordinate representation of color #5B5495: hue angle of 246.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B5495 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9184149-
CMYK0.390.4400.42
HSL246.46º27.9%45.69%-
HSV(B)246.46º43.62%58.43%-
XYZ12.9110.7329.83-
YUV93.5159.32126.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=28.09%
G=25.93%
B=45.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91841490.390.4400.42246.4627.945.69
Hex5B5495272C02Af61c2e
Octal13312422547540523663456
Binary101101110101001001010110011110110001010101111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,149); }

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

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

 a { background-color: rgb(91,84,149); }

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

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

 span { border-color: rgb(91,84,149); }

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