Html Css Color HEX #576393 Waikawa Grey

📋 copy color: '#576393'

red 87 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #576393

Tints of Waikawa Grey #576393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 26.13%
G = 29.73%
B = 44.14%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576393 (or 0x576393) is known color: Waikawa Grey. HEX triplet: 57, 63 and 93. RGB value is (87,99,147). Sum of RGB (Red+Green+Blue) = 87+99+147=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #576393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576393 is #A89C6C. Grayscale: #646464. Windows color (decimal): -11050093 or 9659223. OLE color: 9659223.

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

Color convert

RGB 87 99 147 -
CMYK 0.41 0.33 0 0.42
HSL 228º 0.26% 0.46% -
HSV(B) 228º 0.41% 0.58% -
XYZ 13.66 13.06 29.4 -
YUV 100.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 87 99 147 0.41 0.33 0 0.42 228 0.26 0.46
Hex 57 63 93 29 21 0 2A E4 1A 2E
Octal 127 143 223 51 41 0 52 344 32 56
Binary 1010111 1100011 10010011 101001 100001 0 101010 11100100 11010 101110

Color Harmonies of #576393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576393

Black with #576393

Text Example


Text Example

White with #576393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576393; }

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

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

background-color css

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

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

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

border-color css

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

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

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