Html Css Color HEX #556B72 Pale Sky

📋 copy color: '#556B72'

red 85 ◦ green 107 ◦ blue 114

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

Shades of Pale Sky #556B72

Tints of Pale Sky #556B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

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

R = 27.78%
G = 34.97%
B = 37.25%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556B72 (or 0x556B72) is known color: Pale Sky. HEX triplet: 55, 6B and 72. RGB value is (85,107,114). Sum of RGB (Red+Green+Blue) = 85+107+114=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #556B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B72 is #AA948D. Grayscale: #656565. Windows color (decimal): -11179150 or 7498581. OLE color: 7498581.

HSL color Cylindrical-coordinate representation of color #556B72: hue angle of 194.48º 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 #556B72 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 107 114 -
CMYK 0.25 0.06 0 0.55
HSL 194.48º 0.15% 0.39% -
HSV(B) 194.48º 0.25% 0.45% -
XYZ 12.04 13.66 17.92 -
YUV 101.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 85 107 114 0.25 0.06 0 0.55 194.48 0.15 0.39
Hex 55 6B 72 19 6 0 37 C2 F 27
Octal 125 153 162 31 6 0 67 302 17 47
Binary 1010101 1101011 1110010 11001 110 0 110111 11000010 1111 100111

Color Harmonies of #556B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B72

Black with #556B72

Text Example


Text Example

White with #556B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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