Html Css Color HEX #57638E Waikawa Grey

📋 copy color: '#57638E'

red 87 ◦ green 99 ◦ blue 142

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

Shades of Waikawa Grey #57638E

Tints of Waikawa Grey #57638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.18%

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 26.52%
G = 30.18%
B = 43.29%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57638E (or 0x57638E) is known color: Waikawa Grey. HEX triplet: 57, 63 and 8E. RGB value is (87,99,142). Sum of RGB (Red+Green+Blue) = 87+99+142=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #57638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57638E is #A89C71. Grayscale: #646464. Windows color (decimal): -11050098 or 9331543. OLE color: 9331543.

HSL color Cylindrical-coordinate representation of color #57638E: hue angle of 226.91º 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 #57638E is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 99 142 -
CMYK 0.39 0.30 0 0.44
HSL 226.91º 0.24% 0.45% -
HSV(B) 226.91º 0.39% 0.56% -
XYZ 13.27 12.9 27.38 -
YUV 100.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 87 99 142 0.39 0.30 0 0.44 226.91 0.24 0.45
Hex 57 63 8E 27 1E 0 2C E3 18 2D
Octal 127 143 216 47 36 0 54 343 30 55
Binary 1010111 1100011 10001110 100111 11110 0 101100 11100011 11000 101101

Color Harmonies of #57638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57638E

Black with #57638E

Text Example


Text Example

White with #57638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57638E;
 }
 .AnyTagClassName
 {
   color: #57638E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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