Html Css Color HEX #57628C Waikawa Grey

📋 copy color: '#57628C'

red 87 ◦ green 98 ◦ blue 140

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

Shades of Waikawa Grey #57628C

Tints of Waikawa Grey #57628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 26.77%
G = 30.15%
B = 43.08%

CMYK

 C value IS 0.38

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57628C (or 0x57628C) is known color: Waikawa Grey. HEX triplet: 57, 62 and 8C. RGB value is (87,98,140). Sum of RGB (Red+Green+Blue) = 87+98+140=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #57628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57628C is #A89D73. Grayscale: #636363. Windows color (decimal): -11050356 or 9200215. OLE color: 9200215.

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

Color convert

RGB 87 98 140 -
CMYK 0.38 0.3 0 0.45
HSL 227.55º 0.23% 0.45% -
HSV(B) 227.55º 0.38% 0.55% -
XYZ 13.03 12.66 26.57 -
YUV 99.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 87 98 140 0.38 0.3 0 0.45 227.55 0.23 0.45
Hex 57 62 8C 26 1E 0 2D E4 17 2D
Octal 127 142 214 46 36 0 55 344 27 55
Binary 1010111 1100010 10001100 100110 11110 0 101101 11100100 10111 101101

Color Harmonies of #57628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57628C

Black with #57628C

Text Example


Text Example

White with #57628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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