#575392

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

Shades of Governor Bay #575392

Tints of Governor Bay #575392

Color information

#575392 (or 0x575392) is unknown color: approx Governor Bay. HEX triplet: 57, 53 and 92. RGB value is (87,83,146). Sum of RGB (Red+Green+Blue) = 87+83+146=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #575392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575392 is #A8AC6D. Grayscale: #5B5B5B. Windows color (decimal): -11054190 or 9589591. OLE color: 9589591.

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

Color convert

RGB8783146-
CMYK0.400.4300.43
HSL243.81º27.51%44.9%-
HSV(B)243.81º43.15%57.25%-
XYZ12.2110.2928.54-
YUV91.38158.83124.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.53%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=27.53%
G=26.27%
B=46.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87831460.400.4300.43243.8127.5144.9
Hex575392282B02Bf41c2d
Octal12712322250530533643455
Binary101011110100111001001010100010101101010111111010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575392; }

 p { color: rgb(87,83,146); }

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

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

 a { background-color: rgb(87,83,146); }

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

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

 span { border-color: rgb(87,83,146); }

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