Html Css Color HEX #56666E Pale Sky

📋 copy color: '#56666E'

red 86 ◦ green 102 ◦ blue 110

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

Shades of Pale Sky #56666E

Tints of Pale Sky #56666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 28.86%
G = 34.23%
B = 36.91%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56666E (or 0x56666E) is known color: Pale Sky. HEX triplet: 56, 66 and 6E. RGB value is (86,102,110). Sum of RGB (Red+Green+Blue) = 86+102+110=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #56666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666E is #A99991. Grayscale: #626262. Windows color (decimal): -11114898 or 7235158. OLE color: 7235158.

HSL color Cylindrical-coordinate representation of color #56666E: hue angle of 200º 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 #56666E is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 102 110 -
CMYK 0.22 0.07 0 0.57
HSL 200º 0.12% 0.38% -
HSV(B) 200º 0.22% 0.43% -
XYZ 11.4 12.61 16.58 -
YUV 98.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 86 102 110 0.22 0.07 0 0.57 200 0.12 0.38
Hex 56 66 6E 16 7 0 39 C8 C 26
Octal 126 146 156 26 7 0 71 310 14 46
Binary 1010110 1100110 1101110 10110 111 0 111001 11001000 1100 100110

Color Harmonies of #56666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56666E

Black with #56666E

Text Example


Text Example

White with #56666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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