Html Css Color HEX #57668C Waikawa Grey

📋 copy color: '#57668C'

red 87 ◦ green 102 ◦ blue 140

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

Shades of Waikawa Grey #57668C

Tints of Waikawa Grey #57668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 26.44%
G = 31%
B = 42.55%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57668C (or 0x57668C) is known color: Waikawa Grey. HEX triplet: 57, 66 and 8C. RGB value is (87,102,140). Sum of RGB (Red+Green+Blue) = 87+102+140=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #57668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57668C is #A89973. Grayscale: #656565. Windows color (decimal): -11049332 or 9201239. OLE color: 9201239.

HSL color Cylindrical-coordinate representation of color #57668C: hue angle of 223.02º degrees, saturation: 0.23, 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 #57668C is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 102 140 -
CMYK 0.38 0.27 0 0.45
HSL 223.02º 0.23% 0.45% -
HSV(B) 223.02º 0.38% 0.55% -
XYZ 13.42 13.42 26.69 -
YUV 101.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 87 102 140 0.38 0.27 0 0.45 223.02 0.23 0.45
Hex 57 66 8C 26 1B 0 2D DF 17 2D
Octal 127 146 214 46 33 0 55 337 27 55
Binary 1010111 1100110 10001100 100110 11011 0 101101 11011111 10111 101101

Color Harmonies of #57668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57668C

Black with #57668C

Text Example


Text Example

White with #57668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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