Html Css Color HEX #576C94 Waikawa Grey

📋 copy color: '#576C94'

red 87 ◦ green 108 ◦ blue 148

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

Shades of Waikawa Grey #576C94

Tints of Waikawa Grey #576C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 25.36%
G = 31.49%
B = 43.15%

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

#576C94 (or 0x576C94) is known color: Waikawa Grey. HEX triplet: 57, 6C and 94. RGB value is (87,108,148). Sum of RGB (Red+Green+Blue) = 87+108+148=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #576C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C94 is #A8936B. Grayscale: #6A6A6A. Windows color (decimal): -11047788 or 9727063. OLE color: 9727063.

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

Color convert

RGB 87 108 148 -
CMYK 0.41 0.27 0 0.42
HSL 219.34º 0.26% 0.46% -
HSV(B) 219.34º 0.41% 0.58% -
XYZ 14.64 14.89 30.12 -
YUV 106.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 87 108 148 0.41 0.27 0 0.42 219.34 0.26 0.46
Hex 57 6C 94 29 1B 0 2A DB 1A 2E
Octal 127 154 224 51 33 0 52 333 32 56
Binary 1010111 1101100 10010100 101001 11011 0 101010 11011011 11010 101110

Color Harmonies of #576C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C94

Black with #576C94

Text Example


Text Example

White with #576C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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