Html Css Color HEX #567076 Pale Sky

📋 copy color: '#567076'

red 86 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #567076

Tints of Pale Sky #567076

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 27.22%
G = 35.44%
B = 37.34%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#567076 (or 0x567076) is known color: Pale Sky. HEX triplet: 56, 70 and 76. RGB value is (86,112,118). Sum of RGB (Red+Green+Blue) = 86+112+118=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #567076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567076 is #A98F89. Grayscale: #686868. Windows color (decimal): -11112330 or 7762006. OLE color: 7762006.

HSL color Cylindrical-coordinate representation of color #567076: hue angle of 191.25º 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 #567076 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 112 118 -
CMYK 0.27 0.05 0 0.54
HSL 191.25º 0.16% 0.4% -
HSV(B) 191.25º 0.27% 0.46% -
XYZ 12.9 14.87 19.33 -
YUV 104.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 86 112 118 0.27 0.05 0 0.54 191.25 0.16 0.4
Hex 56 70 76 1B 5 0 36 BF 10 28
Octal 126 160 166 33 5 0 66 277 20 50
Binary 1010110 1110000 1110110 11011 101 0 110110 10111111 10000 101000

Color Harmonies of #567076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567076

Black with #567076

Text Example


Text Example

White with #567076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567076; }

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

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

background-color css

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

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

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

border-color css

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

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

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