#57618E

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

Shades of Waikawa Grey #57618E

Tints of Waikawa Grey #57618E

Color information

#57618E (or 0x57618E) is unknown color: approx Waikawa Grey. HEX triplet: 57, 61 and 8E. RGB value is (87,97,142). Sum of RGB (Red+Green+Blue) = 87+97+142=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #57618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57618E is #A89E71. Grayscale: #626262. Windows color (decimal): -11050610 or 9331031. OLE color: 9331031.

HSL color Cylindrical-coordinate representation of color #57618E: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57618E is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8797142-
CMYK0.390.3200.44
HSL229.09º24.02%44.9%-
HSV(B)229.09º38.73%55.69%-
XYZ13.0912.5327.32-
YUV99.14152.19119.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=26.69%
G=29.75%
B=43.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87971420.390.3200.44229.0924.0244.9
Hex57618E272002Ce5182d
Octal12714121647400543453055
Binary101011111000011000111010011110000001011001110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57618E; }

 p { color: rgb(87,97,142); }

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

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

 a { background-color: rgb(87,97,142); }

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

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

 span { border-color: rgb(87,97,142); }

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