#5C5495

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

Shades of Governor Bay #5C5495

Tints of Governor Bay #5C5495

Color information

#5C5495 (or 0x5C5495) is unknown color: approx Governor Bay. HEX triplet: 5C, 54 and 95. RGB value is (92,84,149). Sum of RGB (Red+Green+Blue) = 92+84+149=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5495 is #A3AB6A. Grayscale: #5D5D5D. Windows color (decimal): -10726251 or 9786460. OLE color: 9786460.

HSL color Cylindrical-coordinate representation of color #5C5495: hue angle of 247.38º 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 #5C5495 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9284149-
CMYK0.380.4400.42
HSL247.38º27.9%45.69%-
HSV(B)247.38º43.62%58.43%-
XYZ13.0110.7929.83-
YUV93.8159.15126.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.31%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=28.31%
G=25.85%
B=45.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92841490.380.4400.42247.3827.945.69
Hex5C5495262C02Af71c2e
Octal13412422546540523673456
Binary101110010101001001010110011010110001010101111011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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