Html Css Color HEX #55666E Pale Sky

📋 copy color: '#55666E'

red 85 ◦ green 102 ◦ blue 110

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

Shades of Pale Sky #55666E

Tints of Pale Sky #55666E

RGB

 RED value IS 85 (33.59% from 255) = 28.62%

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

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

R = 28.62%
G = 34.34%
B = 37.04%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55666E (or 0x55666E) is known color: Pale Sky. HEX triplet: 55, 66 and 6E. RGB value is (85,102,110). Sum of RGB (Red+Green+Blue) = 85+102+110=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #55666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55666E is #AA9991. Grayscale: #616161. Windows color (decimal): -11180434 or 7235157. OLE color: 7235157.

HSL color Cylindrical-coordinate representation of color #55666E: hue angle of 199.2º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55666E is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 102 110 -
CMYK 0.23 0.07 0 0.57
HSL 199.2º 0.13% 0.38% -
HSV(B) 199.2º 0.23% 0.43% -
XYZ 11.31 12.56 16.58 -
YUV 97.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 85 102 110 0.23 0.07 0 0.57 199.2 0.13 0.38
Hex 55 66 6E 17 7 0 39 C7 D 26
Octal 125 146 156 27 7 0 71 307 15 46
Binary 1010101 1100110 1101110 10111 111 0 111001 11000111 1101 100110

Color Harmonies of #55666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55666E

Black with #55666E

Text Example


Text Example

White with #55666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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