#575BA1

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

Shades of Governor Bay #575BA1

Tints of Governor Bay #575BA1

Color information

#575BA1 (or 0x575BA1) is unknown color: approx Governor Bay. HEX triplet: 57, 5B and A1. RGB value is (87,91,161). Sum of RGB (Red+Green+Blue) = 87+91+161=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #575BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BA1 is #A8A45E. Grayscale: #616161. Windows color (decimal): -11052127 or 10574679. OLE color: 10574679.

HSL color Cylindrical-coordinate representation of color #575BA1: hue angle of 236.76º 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 #575BA1 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8791161-
CMYK0.460.4300.37
HSL236.76º29.84%48.63%-
HSV(B)236.76º45.96%63.14%-
XYZ14.112.0835.31-
YUV97.78163.67120.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 91 (35.94% from 255) = 26.84%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=25.66%
G=26.84%
B=47.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87911610.460.4300.37236.7629.8448.63
Hex575BA12E2B025ed1e31
Octal12713324156530453553661
Binary101011110110111010000110111010101101001011110110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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