#575193

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

Shades of Governor Bay #575193

Tints of Governor Bay #575193

Color information

#575193 (or 0x575193) is unknown color: approx Governor Bay. HEX triplet: 57, 51 and 93. RGB value is (87,81,147). Sum of RGB (Red+Green+Blue) = 87+81+147=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #575193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575193 is #A8AE6C. Grayscale: #5A5A5A. Windows color (decimal): -11054701 or 9654615. OLE color: 9654615.

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

Color convert

RGB8781147-
CMYK0.410.4500.42
HSL245.45º28.95%44.71%-
HSV(B)245.45º44.9%57.65%-
XYZ12.1410.0228.9-
YUV90.32159.99125.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.62%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=27.62%
G=25.71%
B=46.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87811470.410.4500.42245.4528.9544.71
Hex575193292D02Af51d2d
Octal12712122351550523653555
Binary101011110100011001001110100110110101010101111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575193; }

 p { color: rgb(87,81,147); }

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

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

 a { background-color: rgb(87,81,147); }

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

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

 span { border-color: rgb(87,81,147); }

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