#575AA1

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

Shades of Governor Bay #575AA1

Tints of Governor Bay #575AA1

Color information

#575AA1 (or 0x575AA1) is unknown color: approx Governor Bay. HEX triplet: 57, 5A and A1. RGB value is (87,90,161). Sum of RGB (Red+Green+Blue) = 87+90+161=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #575AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AA1 is #A8A55E. Grayscale: #606060. Windows color (decimal): -11052383 or 10574423. OLE color: 10574423.

HSL color Cylindrical-coordinate representation of color #575AA1: hue angle of 237.57º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575AA1 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8790161-
CMYK0.460.4400.37
HSL237.57º29.84%48.63%-
HSV(B)237.57º45.96%63.14%-
XYZ14.0211.9135.28-
YUV97.2164.01120.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 161 (63.28% from 255) = 47.63%
R=25.74%
G=26.63%
B=47.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87901610.460.4400.37237.5729.8448.63
Hex575AA12E2C025ee1e31
Octal12713224156540453563661
Binary101011110110101010000110111010110001001011110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575AA1; }

 p { color: rgb(87,90,161); }

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

<style>
 a { background-color: #575AA1; }

 a { background-color: rgb(87,90,161); }

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

<style>
 span { border-color: #575AA1; }

 span { border-color: rgb(87,90,161); }

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