#5C5A9B

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

Shades of Governor Bay #5C5A9B

Tints of Governor Bay #5C5A9B

Color information

#5C5A9B (or 0x5C5A9B) is unknown color: approx Governor Bay. HEX triplet: 5C, 5A and 9B. RGB value is (92,90,155). Sum of RGB (Red+Green+Blue) = 92+90+155=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C5A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5A9B is #A3A564. Grayscale: #616161. Windows color (decimal): -10724709 or 10181212. OLE color: 10181212.

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

Color convert

RGB9290155-
CMYK0.410.4200.39
HSL241.85º26.53%48.04%-
HSV(B)241.85º41.94%60.78%-
XYZ13.9911.9532.58-
YUV98.01160.16123.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=27.30%
G=26.71%
B=45.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92901550.410.4200.39241.8526.5348.04
Hex5C5A9B292A027f21b30
Octal13413223351520473623360
Binary101110010110101001101110100110101001001111111001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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