#5C559B

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

Shades of Governor Bay #5C559B

Tints of Governor Bay #5C559B

Color information

#5C559B (or 0x5C559B) is unknown color: approx Governor Bay. HEX triplet: 5C, 55 and 9B. RGB value is (92,85,155). Sum of RGB (Red+Green+Blue) = 92+85+155=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C559B is #A3AA64. Grayscale: #5E5E5E. Windows color (decimal): -10725989 or 10179932. OLE color: 10179932.

HSL color Cylindrical-coordinate representation of color #5C559B: hue angle of 246º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C559B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9285155-
CMYK0.410.4500.39
HSL246º29.17%47.06%-
HSV(B)246º45.16%60.78%-
XYZ13.5811.1432.44-
YUV95.07161.82125.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=27.71%
G=25.60%
B=46.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92851550.410.4500.3924629.1747.06
Hex5C559B292D027f61d2f
Octal13412523351550473663557
Binary101110010101011001101110100110110101001111111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,85,155); }

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

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

 a { background-color: rgb(92,85,155); }

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

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

 span { border-color: rgb(92,85,155); }

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