#567174

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

Shades of Pale Sky #567174

Tints of Pale Sky #567174

Color information

#567174 (or 0x567174) is unknown color: approx Pale Sky. HEX triplet: 56, 71 and 74. RGB value is (86,113,116). Sum of RGB (Red+Green+Blue) = 86+113+116=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #567174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567174 is #A98E8B. Grayscale: #696969. Windows color (decimal): -11112076 or 7631190. OLE color: 7631190.

HSL color Cylindrical-coordinate representation of color #567174: hue angle of 186º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567174 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB86113116-
CMYK0.260.0300.55
HSL186º14.85%39.61%-
HSV(B)186º25.86%45.49%-
XYZ12.915.0518.75-
YUV105.27134.05114.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=27.30%
G=35.87%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861131160.260.0300.5518614.8539.61
Hex5671741A3037baf28
Octal1261611643230672721750
Binary10101101110001111010011010110110111101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567174; }

 p { color: rgb(86,113,116); }

 H1.HeaderClassName
 {
   color: #567174;
 }
 .AnyTagClassName
 {
   color: #567174;
 }
</style>
background-color css

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

 a { background-color: rgb(86,113,116); }

 div.DivClassName
 {
   background-color: #567174;
 }
 .BgClassName
 {
   background-color: #567174;
 }
</style>
border-color css

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

 span { border-color: rgb(86,113,116); }

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