Html Css Color HEX #576C93 Waikawa Grey

📋 copy color: '#576C93'

red 87 ◦ green 108 ◦ blue 147

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

Shades of Waikawa Grey #576C93

Tints of Waikawa Grey #576C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

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

R = 25.44%
G = 31.58%
B = 42.98%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576C93 (or 0x576C93) is known color: Waikawa Grey. HEX triplet: 57, 6C and 93. RGB value is (87,108,147). Sum of RGB (Red+Green+Blue) = 87+108+147=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #576C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C93 is #A8936C. Grayscale: #696969. Windows color (decimal): -11047789 or 9661527. OLE color: 9661527.

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

Color convert

RGB 87 108 147 -
CMYK 0.41 0.27 0 0.42
HSL 219º 0.26% 0.46% -
HSV(B) 219º 0.41% 0.58% -
XYZ 14.56 14.86 29.7 -
YUV 106.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 87 108 147 0.41 0.27 0 0.42 219 0.26 0.46
Hex 57 6C 93 29 1B 0 2A DB 1A 2E
Octal 127 154 223 51 33 0 52 333 32 56
Binary 1010111 1101100 10010011 101001 11011 0 101010 11011011 11010 101110

Color Harmonies of #576C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C93

Black with #576C93

Text Example


Text Example

White with #576C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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