Html Css Color HEX #576792 Waikawa Grey

📋 copy color: '#576792'

red 87 ◦ green 103 ◦ blue 146

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

Shades of Waikawa Grey #576792

Tints of Waikawa Grey #576792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 25.89%
G = 30.65%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#576792 (or 0x576792) is known color: Waikawa Grey. HEX triplet: 57, 67 and 92. RGB value is (87,103,146). Sum of RGB (Red+Green+Blue) = 87+103+146=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #576792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576792 is #A8986D. Grayscale: #666666. Windows color (decimal): -11049070 or 9594711. OLE color: 9594711.

HSL color Cylindrical-coordinate representation of color #576792: hue angle of 223.73º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576792 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 103 146 -
CMYK 0.40 0.29 0 0.43
HSL 223.73º 0.25% 0.46% -
HSV(B) 223.73º 0.4% 0.57% -
XYZ 13.97 13.8 29.12 -
YUV 103.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 87 103 146 0.40 0.29 0 0.43 223.73 0.25 0.46
Hex 57 67 92 28 1D 0 2B E0 19 2E
Octal 127 147 222 50 35 0 53 340 31 56
Binary 1010111 1100111 10010010 101000 11101 0 101011 11100000 11001 101110

Color Harmonies of #576792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576792

Black with #576792

Text Example


Text Example

White with #576792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576792; }

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

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

background-color css

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

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

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

border-color css

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

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

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