Html Css Color HEX #576790 Waikawa Grey

📋 copy color: '#576790'

red 87 ◦ green 103 ◦ blue 144

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

Shades of Waikawa Grey #576790

Tints of Waikawa Grey #576790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 26.05%
G = 30.84%
B = 43.11%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576790 (or 0x576790) is known color: Waikawa Grey. HEX triplet: 57, 67 and 90. RGB value is (87,103,144). Sum of RGB (Red+Green+Blue) = 87+103+144=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #576790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576790 is #A8986F. Grayscale: #666666. Windows color (decimal): -11049072 or 9463639. OLE color: 9463639.

HSL color Cylindrical-coordinate representation of color #576790: hue angle of 223.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576790 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 103 144 -
CMYK 0.40 0.28 0 0.44
HSL 223.16º 0.25% 0.45% -
HSV(B) 223.16º 0.4% 0.56% -
XYZ 13.81 13.74 28.31 -
YUV 102.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 87 103 144 0.40 0.28 0 0.44 223.16 0.25 0.45
Hex 57 67 90 28 1C 0 2C DF 19 2D
Octal 127 147 220 50 34 0 54 337 31 55
Binary 1010111 1100111 10010000 101000 11100 0 101100 11011111 11001 101101

Color Harmonies of #576790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576790

Black with #576790

Text Example


Text Example

White with #576790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576790; }

 p { color: rgb(87,103,144); }

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

background-color css

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

 a { background-color: rgb(87,103,144); }

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

border-color css

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

 span { border-color: rgb(87,103,144); }

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