#575296

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

Shades of Governor Bay #575296

Tints of Governor Bay #575296

Color information

#575296 (or 0x575296) is unknown color: approx Governor Bay. HEX triplet: 57, 52 and 96. RGB value is (87,82,150). Sum of RGB (Red+Green+Blue) = 87+82+150=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #575296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575296 is #A8AD69. Grayscale: #5A5A5A. Windows color (decimal): -11054442 or 9851479. OLE color: 9851479.

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

Color convert

RGB8782150-
CMYK0.420.4500.41
HSL244.41º29.31%45.49%-
HSV(B)244.41º45.33%58.82%-
XYZ12.4510.2630.18-
YUV91.25161.16124.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=27.27%
G=25.71%
B=47.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87821500.420.4500.41244.4129.3145.49
Hex5752962A2D029f41d2d
Octal12712222652550513643555
Binary101011110100101001011010101010110101010011111010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575296; }

 p { color: rgb(87,82,150); }

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

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

 a { background-color: rgb(87,82,150); }

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

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

 span { border-color: rgb(87,82,150); }

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