#575491

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

Shades of Governor Bay #575491

Tints of Governor Bay #575491

Color information

#575491 (or 0x575491) is unknown color: approx Governor Bay. HEX triplet: 57, 54 and 91. RGB value is (87,84,145). Sum of RGB (Red+Green+Blue) = 87+84+145=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #575491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575491 is #A8AB6E. Grayscale: #5B5B5B. Windows color (decimal): -11053935 or 9524311. OLE color: 9524311.

HSL color Cylindrical-coordinate representation of color #575491: hue angle of 242.95º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575491 is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8784145-
CMYK0.40.4200.43
HSL242.95º26.64%44.9%-
HSV(B)242.95º42.07%56.86%-
XYZ12.2110.4128.15-
YUV91.85157.99124.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=27.53%
G=26.58%
B=45.89%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87841450.40.4200.43242.9526.6444.9
Hex575491282A02Bf31b2d
Octal12712422150520533633355
Binary101011110101001001000110100010101001010111111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575491; }

 p { color: rgb(87,84,145); }

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

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

 a { background-color: rgb(87,84,145); }

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

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

 span { border-color: rgb(87,84,145); }

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