#57628B

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

Shades of Waikawa Grey #57628B

Tints of Waikawa Grey #57628B

Color information

#57628B (or 0x57628B) is unknown color: approx Waikawa Grey. HEX triplet: 57, 62 and 8B. RGB value is (87,98,139). Sum of RGB (Red+Green+Blue) = 87+98+139=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #57628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57628B is #A89D74. Grayscale: #636363. Windows color (decimal): -11050357 or 9134679. OLE color: 9134679.

HSL color Cylindrical-coordinate representation of color #57628B: hue angle of 227.31º 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 #57628B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8798139-
CMYK0.370.2900.45
HSL227.31º23.01%44.31%-
HSV(B)227.31º37.41%54.51%-
XYZ12.9612.6326.18-
YUV99.38150.36119.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=26.85%
G=30.25%
B=42.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87981390.370.2900.45227.3123.0144.31
Hex57628B251D02De3172c
Octal12714221345350553432754
Binary10101111100010100010111001011110101011011110001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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