Html Css Color HEX #556C72 Pale Sky

📋 copy color: '#556C72'

red 85 ◦ green 108 ◦ blue 114

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

Shades of Pale Sky #556C72

Tints of Pale Sky #556C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 27.69%
G = 35.18%
B = 37.13%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556C72 (or 0x556C72) is known color: Pale Sky. HEX triplet: 55, 6C and 72. RGB value is (85,108,114). Sum of RGB (Red+Green+Blue) = 85+108+114=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #556C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C72 is #AA938D. Grayscale: #656565. Windows color (decimal): -11178894 or 7498837. OLE color: 7498837.

HSL color Cylindrical-coordinate representation of color #556C72: hue angle of 192.41º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556C72 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 108 114 -
CMYK 0.25 0.05 0 0.55
HSL 192.41º 0.15% 0.39% -
HSV(B) 192.41º 0.25% 0.45% -
XYZ 12.15 13.87 17.96 -
YUV 101.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 85 108 114 0.25 0.05 0 0.55 192.41 0.15 0.39
Hex 55 6C 72 19 5 0 37 C0 F 27
Octal 125 154 162 31 5 0 67 300 17 47
Binary 1010101 1101100 1110010 11001 101 0 110111 11000000 1111 100111

Color Harmonies of #556C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C72

Black with #556C72

Text Example


Text Example

White with #556C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C72; }

 p { color: rgb(85,108,114); }

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

background-color css

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

 a { background-color: rgb(85,108,114); }

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

border-color css

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

 span { border-color: rgb(85,108,114); }

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