Html Css Color HEX #576893 Waikawa Grey

📋 copy color: '#576893'

red 87 ◦ green 104 ◦ blue 147

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

Shades of Waikawa Grey #576893

Tints of Waikawa Grey #576893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 25.74%
G = 30.77%
B = 43.49%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576893 (or 0x576893) is known color: Waikawa Grey. HEX triplet: 57, 68 and 93. RGB value is (87,104,147). Sum of RGB (Red+Green+Blue) = 87+104+147=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #576893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576893 is #A8976C. Grayscale: #676767. Windows color (decimal): -11048813 or 9660503. OLE color: 9660503.

HSL color Cylindrical-coordinate representation of color #576893: hue angle of 223º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576893 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 104 147 -
CMYK 0.41 0.29 0 0.42
HSL 223º 0.26% 0.46% -
HSV(B) 223º 0.41% 0.58% -
XYZ 14.15 14.03 29.57 -
YUV 103.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 87 104 147 0.41 0.29 0 0.42 223 0.26 0.46
Hex 57 68 93 29 1D 0 2A DF 1A 2E
Octal 127 150 223 51 35 0 52 337 32 56
Binary 1010111 1101000 10010011 101001 11101 0 101010 11011111 11010 101110

Color Harmonies of #576893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576893

Black with #576893

Text Example


Text Example

White with #576893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576893; }

 p { color: rgb(87,104,147); }

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

background-color css

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

 a { background-color: rgb(87,104,147); }

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

border-color css

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

 span { border-color: rgb(87,104,147); }

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