Html Css Color HEX #576970 Pale Sky

📋 copy color: '#576970'

red 87 ◦ green 105 ◦ blue 112

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

Shades of Pale Sky #576970

Tints of Pale Sky #576970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 28.62%
G = 34.54%
B = 36.84%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#576970 (or 0x576970) is known color: Pale Sky. HEX triplet: 57, 69 and 70. RGB value is (87,105,112). Sum of RGB (Red+Green+Blue) = 87+105+112=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #576970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576970 is #A8968F. Grayscale: #646464. Windows color (decimal): -11048592 or 7366999. OLE color: 7366999.

HSL color Cylindrical-coordinate representation of color #576970: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576970 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 105 112 -
CMYK 0.22 0.06 0 0.56
HSL 196.8º 0.13% 0.39% -
HSV(B) 196.8º 0.22% 0.44% -
XYZ 11.91 13.3 17.27 -
YUV 100.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 87 105 112 0.22 0.06 0 0.56 196.8 0.13 0.39
Hex 57 69 70 16 6 0 38 C5 D 27
Octal 127 151 160 26 6 0 70 305 15 47
Binary 1010111 1101001 1110000 10110 110 0 111000 11000101 1101 100111

Color Harmonies of #576970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576970

Black with #576970

Text Example


Text Example

White with #576970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576970; }

 p { color: rgb(87,105,112); }

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

background-color css

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

 a { background-color: rgb(87,105,112); }

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

border-color css

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

 span { border-color: rgb(87,105,112); }

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