Html Css Color HEX #576395 Waikawa Grey

📋 copy color: '#576395'

red 87 ◦ green 99 ◦ blue 149

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

Shades of Waikawa Grey #576395

Tints of Waikawa Grey #576395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 25.97%
G = 29.55%
B = 44.48%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576395 (or 0x576395) is known color: Waikawa Grey. HEX triplet: 57, 63 and 95. RGB value is (87,99,149). Sum of RGB (Red+Green+Blue) = 87+99+149=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #576395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576395 is #A89C6A. Grayscale: #646464. Windows color (decimal): -11050091 or 9790295. OLE color: 9790295.

HSL color Cylindrical-coordinate representation of color #576395: hue angle of 228.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #576395 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 99 149 -
CMYK 0.42 0.34 0 0.42
HSL 228.39º 0.26% 0.46% -
HSV(B) 228.39º 0.42% 0.58% -
XYZ 13.82 13.12 30.24 -
YUV 101.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 87 99 149 0.42 0.34 0 0.42 228.39 0.26 0.46
Hex 57 63 95 2A 22 0 2A E4 1A 2E
Octal 127 143 225 52 42 0 52 344 32 56
Binary 1010111 1100011 10010101 101010 100010 0 101010 11100100 11010 101110

Color Harmonies of #576395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576395

Black with #576395

Text Example


Text Example

White with #576395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576395; }

 p { color: rgb(87,99,149); }

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

background-color css

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

 a { background-color: rgb(87,99,149); }

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

border-color css

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

 span { border-color: rgb(87,99,149); }

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