#57649B

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

Shades of Governor Bay #57649B

Tints of Governor Bay #57649B

Color information

#57649B (or 0x57649B) is unknown color: approx Governor Bay. HEX triplet: 57, 64 and 9B. RGB value is (87,100,155). Sum of RGB (Red+Green+Blue) = 87+100+155=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #57649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57649B is #A89B64. Grayscale: #666666. Windows color (decimal): -11049829 or 10183767. OLE color: 10183767.

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

Color convert

RGB87100155-
CMYK0.440.3500.39
HSL228.53º28.1%47.45%-
HSV(B)228.53º43.87%60.78%-
XYZ14.413.5132.86-
YUV102.38157.69117.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=25.44%
G=29.24%
B=45.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal871001550.440.3500.39228.5328.147.45
Hex57649B2C23027e51c2f
Octal12714423354430473453457
Binary101011111001001001101110110010001101001111110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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