Html Css Color HEX #575F84 Waikawa Grey

📋 copy color: '#575F84'

red 87 ◦ green 95 ◦ blue 132

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

Shades of Waikawa Grey #575F84

Tints of Waikawa Grey #575F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.25%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 27.71%
G = 30.25%
B = 42.04%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#575F84 (or 0x575F84) is known color: Waikawa Grey. HEX triplet: 57, 5F and 84. RGB value is (87,95,132). Sum of RGB (Red+Green+Blue) = 87+95+132=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #575F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575F84 is #A8A07B. Grayscale: #606060. Windows color (decimal): -11051132 or 8675159. OLE color: 8675159.

HSL color Cylindrical-coordinate representation of color #575F84: hue angle of 229.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575F84 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 95 132 -
CMYK 0.34 0.28 0 0.48
HSL 229.33º 0.21% 0.43% -
HSV(B) 229.33º 0.34% 0.52% -
XYZ 12.19 11.88 23.48 -
YUV 96.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 87 95 132 0.34 0.28 0 0.48 229.33 0.21 0.43
Hex 57 5F 84 22 1C 0 30 E5 15 2B
Octal 127 137 204 42 34 0 60 345 25 53
Binary 1010111 1011111 10000100 100010 11100 0 110000 11100101 10101 101011

Color Harmonies of #575F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F84

Black with #575F84

Text Example


Text Example

White with #575F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F84; }

 p { color: rgb(87,95,132); }

 H1.HeaderClassName
 {
   color: #575F84;
 }
 .AnyTagClassName
 {
   color: #575F84;
 }
</style>

background-color css

<style>
 a { background-color: #575F84; }

 a { background-color: rgb(87,95,132); }

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

border-color css

<style>
 span { border-color: #575F84; }

 span { border-color: rgb(87,95,132); }

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