Html Css Color HEX #576D98 Waikawa Grey

📋 copy color: '#576D98'

red 87 ◦ green 109 ◦ blue 152

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

Shades of Waikawa Grey #576D98

Tints of Waikawa Grey #576D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 25%
G = 31.32%
B = 43.68%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#576D98 (or 0x576D98) is known color: Waikawa Grey. HEX triplet: 57, 6D and 98. RGB value is (87,109,152). Sum of RGB (Red+Green+Blue) = 87+109+152=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #576D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D98 is #A89267. Grayscale: #6B6B6B. Windows color (decimal): -11047528 or 9989463. OLE color: 9989463.

HSL color Cylindrical-coordinate representation of color #576D98: hue angle of 219.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #576D98 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 109 152 -
CMYK 0.43 0.28 0 0.40
HSL 219.69º 0.27% 0.47% -
HSV(B) 219.69º 0.43% 0.6% -
XYZ 15.07 15.23 31.85 -
YUV 107.32 153.21 113.5 -
System Red Green Blue C M Y K H S L
Decimal 87 109 152 0.43 0.28 0 0.40 219.69 0.27 0.47
Hex 57 6D 98 2B 1C 0 28 DC 1B 2F
Octal 127 155 230 53 34 0 50 334 33 57
Binary 1010111 1101101 10011000 101011 11100 0 101000 11011100 11011 101111

Color Harmonies of #576D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576D98

Black with #576D98

Text Example


Text Example

White with #576D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,109,152); }

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

background-color css

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

 a { background-color: rgb(87,109,152); }

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

border-color css

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

 span { border-color: rgb(87,109,152); }

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