#57648B

Color #57648B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #57648B

Tints of Waikawa Grey #57648B

Color information

#57648B (or 0x57648B) is unknown color: approx Waikawa Grey. HEX triplet: 57, 64 and 8B. RGB value is (87,100,139). Sum of RGB (Red+Green+Blue) = 87+100+139=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #57648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57648B is #A89B74. Grayscale: #646464. Windows color (decimal): -11049845 or 9135191. OLE color: 9135191.

HSL color Cylindrical-coordinate representation of color #57648B: hue angle of 225º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57648B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87100139-
CMYK0.370.2800.45
HSL225º23.01%44.31%-
HSV(B)225º37.41%54.51%-
XYZ13.151326.24-
YUV100.56149.69118.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=26.69%
G=30.67%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871001390.370.2800.4522523.0144.31
Hex57648B251C02De1172c
Octal12714421345340553412754
Binary10101111100100100010111001011110001011011110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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