#5A5D8C

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

Shades of Governor Bay #5A5D8C

Tints of Governor Bay #5A5D8C

Color information

#5A5D8C (or 0x5A5D8C) is unknown color: approx Governor Bay. HEX triplet: 5A, 5D and 8C. RGB value is (90,93,140). Sum of RGB (Red+Green+Blue) = 90+93+140=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A5D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5D8C is #A5A273. Grayscale: #616161. Windows color (decimal): -10855028 or 9198938. OLE color: 9198938.

HSL color Cylindrical-coordinate representation of color #5A5D8C: hue angle of 236.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A5D8C is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9093140-
CMYK0.360.3400.45
HSL236.4º21.74%45.1%-
HSV(B)236.4º35.71%54.9%-
XYZ12.8611.926.43-
YUV97.46152.01122.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.86%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=27.86%
G=28.79%
B=43.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90931400.360.3400.45236.421.7445.1
Hex5A5D8C242202Dec162d
Octal13213521444420553542655
Binary101101010111011000110010010010001001011011110110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,140); }

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

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

 a { background-color: rgb(90,93,140); }

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

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

 span { border-color: rgb(90,93,140); }

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