Html Css Color HEX #57618E Waikawa Grey

📋 copy color: '#57618E'

red 87 ◦ green 97 ◦ blue 142

#57618E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #57618E

Tints of Waikawa Grey #57618E

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 value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57618E (or 0x57618E) is known color: 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

RGB 87 97 142 -
CMYK 0.39 0.32 0 0.44
HSL 229.09º 0.24% 0.45% -
HSV(B) 229.09º 0.39% 0.56% -
XYZ 13.09 12.53 27.32 -
YUV 99.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 87 97 142 0.39 0.32 0 0.44 229.09 0.24 0.45
Hex 57 61 8E 27 20 0 2C E5 18 2D
Octal 127 141 216 47 40 0 54 345 30 55
Binary 1010111 1100001 10001110 100111 100000 0 101100 11100101 11000 101101

Color Harmonies of #57618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57618E

Black with #57618E

Text Example


Text Example

White with #57618E

Text Example


Text Example

HTML Codes & Css Web 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>