Html Css Color HEX #576F99 Waikawa Grey

📋 copy color: '#576F99'

red 87 ◦ green 111 ◦ blue 153

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

Shades of Waikawa Grey #576F99

Tints of Waikawa Grey #576F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 24.79%
G = 31.62%
B = 43.59%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#576F99 (or 0x576F99) is known color: Waikawa Grey. HEX triplet: 57, 6F and 99. RGB value is (87,111,153). Sum of RGB (Red+Green+Blue) = 87+111+153=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #576F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F99 is #A89066. Grayscale: #6C6C6C. Windows color (decimal): -11047015 or 10055511. OLE color: 10055511.

HSL color Cylindrical-coordinate representation of color #576F99: hue angle of 218.18º degrees, saturation: 0.28, 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 #576F99 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 111 153 -
CMYK 0.43 0.27 0 0.4
HSL 218.18º 0.28% 0.47% -
HSV(B) 218.18º 0.43% 0.6% -
XYZ 15.36 15.7 32.36 -
YUV 108.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 87 111 153 0.43 0.27 0 0.4 218.18 0.28 0.47
Hex 57 6F 99 2B 1B 0 28 DA 1C 2F
Octal 127 157 231 53 33 0 50 332 34 57
Binary 1010111 1101111 10011001 101011 11011 0 101000 11011010 11100 101111

Color Harmonies of #576F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F99

Black with #576F99

Text Example


Text Example

White with #576F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,111,153); }

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

background-color css

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

 a { background-color: rgb(87,111,153); }

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

border-color css

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

 span { border-color: rgb(87,111,153); }

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