Html Css Color HEX #57668E Waikawa Grey

📋 copy color: '#57668E'

red 87 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #57668E

Tints of Waikawa Grey #57668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 26.28%
G = 30.82%
B = 42.9%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57668E (or 0x57668E) is known color: Waikawa Grey. HEX triplet: 57, 66 and 8E. RGB value is (87,102,142). Sum of RGB (Red+Green+Blue) = 87+102+142=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #57668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57668E is #A89971. Grayscale: #656565. Windows color (decimal): -11049330 or 9332311. OLE color: 9332311.

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

Color convert

RGB 87 102 142 -
CMYK 0.39 0.28 0 0.44
HSL 223.64º 0.24% 0.45% -
HSV(B) 223.64º 0.39% 0.56% -
XYZ 13.56 13.48 27.48 -
YUV 102.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 87 102 142 0.39 0.28 0 0.44 223.64 0.24 0.45
Hex 57 66 8E 27 1C 0 2C E0 18 2D
Octal 127 146 216 47 34 0 54 340 30 55
Binary 1010111 1100110 10001110 100111 11100 0 101100 11100000 11000 101101

Color Harmonies of #57668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57668E

Black with #57668E

Text Example


Text Example

White with #57668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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