Html Css Color HEX #566A6E Pale Sky

📋 copy color: '#566A6E'

red 86 ◦ green 106 ◦ blue 110

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

Shades of Pale Sky #566A6E

Tints of Pale Sky #566A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 28.48%
G = 35.1%
B = 36.42%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#566A6E (or 0x566A6E) is known color: Pale Sky. HEX triplet: 56, 6A and 6E. RGB value is (86,106,110). Sum of RGB (Red+Green+Blue) = 86+106+110=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #566A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A6E is #A99591. Grayscale: #646464. Windows color (decimal): -11113874 or 7236182. OLE color: 7236182.

HSL color Cylindrical-coordinate representation of color #566A6E: hue angle of 190º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #566A6E is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 106 110 -
CMYK 0.22 0.04 0 0.57
HSL 190º 0.12% 0.38% -
HSV(B) 190º 0.22% 0.43% -
XYZ 11.81 13.41 16.72 -
YUV 100.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 86 106 110 0.22 0.04 0 0.57 190 0.12 0.38
Hex 56 6A 6E 16 4 0 39 BE C 26
Octal 126 152 156 26 4 0 71 276 14 46
Binary 1010110 1101010 1101110 10110 100 0 111001 10111110 1100 100110

Color Harmonies of #566A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A6E

Black with #566A6E

Text Example


Text Example

White with #566A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566A6E; }

 p { color: rgb(86,106,110); }

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

background-color css

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

 a { background-color: rgb(86,106,110); }

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

border-color css

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

 span { border-color: rgb(86,106,110); }

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