#567276

Color #567276 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #567276

Tints of Pale Sky #567276

Color information

#567276 (or 0x567276) is unknown color: approx Pale Sky. HEX triplet: 56, 72 and 76. RGB value is (86,114,118). Sum of RGB (Red+Green+Blue) = 86+114+118=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #567276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567276 is #A98D89. Grayscale: #6A6A6A. Windows color (decimal): -11111818 or 7762518. OLE color: 7762518.

HSL color Cylindrical-coordinate representation of color #567276: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #567276 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86114118-
CMYK0.270.0300.54
HSL187.5º15.69%40%-
HSV(B)187.5º27.12%46.27%-
XYZ13.1315.3219.41-
YUV106.08134.72113.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=27.04%
G=35.85%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861141180.270.0300.54187.515.6940
Hex5672761B3036bc1028
Octal1261621663330662742050
Binary101011011100101110110110111101101101011110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567276; }

 p { color: rgb(86,114,118); }

 H1.HeaderClassName
 {
   color: #567276;
 }
 .AnyTagClassName
 {
   color: #567276;
 }
</style>
background-color css

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

 a { background-color: rgb(86,114,118); }

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

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

 span { border-color: rgb(86,114,118); }

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