Html Css Color HEX #57618D Waikawa Grey

📋 copy color: '#57618D'

red 87 ◦ green 97 ◦ blue 141

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

Shades of Waikawa Grey #57618D

Tints of Waikawa Grey #57618D

RGB

 RED value IS 87 (34.38% from 255) = 26.77%

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 26.77%
G = 29.85%
B = 43.38%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57618D (or 0x57618D) is known color: Waikawa Grey. HEX triplet: 57, 61 and 8D. RGB value is (87,97,141). Sum of RGB (Red+Green+Blue) = 87+97+141=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #57618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57618D is #A89E72. Grayscale: #626262. Windows color (decimal): -11050611 or 9265495. OLE color: 9265495.

HSL color Cylindrical-coordinate representation of color #57618D: hue angle of 228.89º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57618D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 97 141 -
CMYK 0.38 0.31 0 0.45
HSL 228.89º 0.24% 0.45% -
HSV(B) 228.89º 0.38% 0.55% -
XYZ 13.01 12.5 26.93 -
YUV 99.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 87 97 141 0.38 0.31 0 0.45 228.89 0.24 0.45
Hex 57 61 8D 26 1F 0 2D E5 18 2D
Octal 127 141 215 46 37 0 55 345 30 55
Binary 1010111 1100001 10001101 100110 11111 0 101101 11100101 11000 101101

Color Harmonies of #57618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57618D

Black with #57618D

Text Example


Text Example

White with #57618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57618D;
 }
 .AnyTagClassName
 {
   color: #57618D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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