#575195

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

Shades of Governor Bay #575195

Tints of Governor Bay #575195

Color information

#575195 (or 0x575195) is unknown color: approx Governor Bay. HEX triplet: 57, 51 and 95. RGB value is (87,81,149). Sum of RGB (Red+Green+Blue) = 87+81+149=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #575195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575195 is #A8AE6A. Grayscale: #5A5A5A. Windows color (decimal): -11054699 or 9785687. OLE color: 9785687.

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

Color convert

RGB8781149-
CMYK0.420.4600.42
HSL245.29º29.57%45.1%-
HSV(B)245.29º45.64%58.43%-
XYZ12.310.0829.73-
YUV90.55160.99125.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=27.44%
G=25.55%
B=47.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87811490.420.4600.42245.2929.5745.1
Hex5751952A2E02Af51e2d
Octal12712122552560523653655
Binary101011110100011001010110101010111001010101111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575195; }

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

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

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

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

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

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

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

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