#575395

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

Shades of Governor Bay #575395

Tints of Governor Bay #575395

Color information

#575395 (or 0x575395) is unknown color: approx Governor Bay. HEX triplet: 57, 53 and 95. RGB value is (87,83,149). Sum of RGB (Red+Green+Blue) = 87+83+149=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #575395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575395 is #A8AC6A. Grayscale: #5B5B5B. Windows color (decimal): -11054187 or 9786199. OLE color: 9786199.

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

Color convert

RGB8783149-
CMYK0.420.4400.42
HSL243.64º28.45%45.49%-
HSV(B)243.64º44.3%58.43%-
XYZ12.4510.3829.78-
YUV91.72160.33124.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=27.27%
G=26.02%
B=46.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87831490.420.4400.42243.6428.4545.49
Hex5753952A2C02Af41c2d
Octal12712322552540523643455
Binary101011110100111001010110101010110001010101111010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575395; }

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

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

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

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

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

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

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

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