#57649C

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

Shades of Governor Bay #57649C

Tints of Governor Bay #57649C

Color information

#57649C (or 0x57649C) is unknown color: approx Governor Bay. HEX triplet: 57, 64 and 9C. RGB value is (87,100,156). Sum of RGB (Red+Green+Blue) = 87+100+156=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #57649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57649C is #A89B63. Grayscale: #666666. Windows color (decimal): -11049828 or 10249303. OLE color: 10249303.

HSL color Cylindrical-coordinate representation of color #57649C: hue angle of 228.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57649C is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB87100156-
CMYK0.440.3600.39
HSL228.7º28.4%47.65%-
HSV(B)228.7º44.23%61.18%-
XYZ14.4913.5433.3-
YUV102.5158.19116.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=25.36%
G=29.15%
B=45.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871001560.440.3600.39228.728.447.65
Hex57649C2C24027e51c30
Octal12714423454440473453460
Binary101011111001001001110010110010010001001111110010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57649C; }

 p { color: rgb(87,100,156); }

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

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

 a { background-color: rgb(87,100,156); }

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

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

 span { border-color: rgb(87,100,156); }

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