Html Css Color HEX #576493 Waikawa Grey

📋 copy color: '#576493'

red 87 ◦ green 100 ◦ blue 147

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

Shades of Waikawa Grey #576493

Tints of Waikawa Grey #576493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 26.05%
G = 29.94%
B = 44.01%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576493 (or 0x576493) is known color: Waikawa Grey. HEX triplet: 57, 64 and 93. RGB value is (87,100,147). Sum of RGB (Red+Green+Blue) = 87+100+147=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #576493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576493 is #A89B6C. Grayscale: #656565. Windows color (decimal): -11049837 or 9659479. OLE color: 9659479.

HSL color Cylindrical-coordinate representation of color #576493: hue angle of 227º 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 #576493 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 100 147 -
CMYK 0.41 0.32 0 0.42
HSL 227º 0.26% 0.46% -
HSV(B) 227º 0.41% 0.58% -
XYZ 13.75 13.25 29.44 -
YUV 101.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 87 100 147 0.41 0.32 0 0.42 227 0.26 0.46
Hex 57 64 93 29 20 0 2A E3 1A 2E
Octal 127 144 223 51 40 0 52 343 32 56
Binary 1010111 1100100 10010011 101001 100000 0 101010 11100011 11010 101110

Color Harmonies of #576493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576493

Black with #576493

Text Example


Text Example

White with #576493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576493; }

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

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

background-color css

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

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

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

border-color css

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

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

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