#556B72

Color #556B72 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #556B72

Tints of Pale Sky #556B72

Color information

#556B72 (or 0x556B72) is unknown color: approx 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

RGB85107114-
CMYK0.250.0600.55
HSL194.48º14.57%39.02%-
HSV(B)194.48º25.44%44.71%-
XYZ12.0413.6617.92-
YUV101.22135.21116.43-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851071140.250.0600.55194.4814.5739.02
Hex556B72196037c2f27
Octal1251531623160673021747
Binary101010111010111110010110011100110111110000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>