#575FA1

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

Shades of Governor Bay #575FA1

Tints of Governor Bay #575FA1

Color information

#575FA1 (or 0x575FA1) is unknown color: approx Governor Bay. HEX triplet: 57, 5F and A1. RGB value is (87,95,161). Sum of RGB (Red+Green+Blue) = 87+95+161=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 161 - color contains mainly: blue. Hex color #575FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FA1 is #A8A05E. Grayscale: #636363. Windows color (decimal): -11051103 or 10575703. OLE color: 10575703.

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

Color convert

RGB8795161-
CMYK0.460.4100.37
HSL233.51º29.84%48.63%-
HSV(B)233.51º45.96%63.14%-
XYZ14.4612.7835.42-
YUV100.13162.35118.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 161 (63.28% from 255) = 46.94%
R=25.36%
G=27.70%
B=46.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal87951610.460.4100.37233.5129.8448.63
Hex575FA12E29025ea1e31
Octal12713724156510453523661
Binary101011110111111010000110111010100101001011110101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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