Html Css Color HEX #566D74 Pale Sky

📋 copy color: '#566D74'

red 86 ◦ green 109 ◦ blue 116

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

Shades of Pale Sky #566D74

Tints of Pale Sky #566D74

RGB

 RED value IS 86 (33.98% from 255) = 27.65%

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 27.65%
G = 35.05%
B = 37.3%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566D74 (or 0x566D74) is known color: Pale Sky. HEX triplet: 56, 6D and 74. RGB value is (86,109,116). Sum of RGB (Red+Green+Blue) = 86+109+116=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #566D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D74 is #A9928B. Grayscale: #666666. Windows color (decimal): -11113100 or 7630166. OLE color: 7630166.

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

Color convert

RGB 86 109 116 -
CMYK 0.26 0.06 0 0.55
HSL 194º 0.15% 0.4% -
HSV(B) 194º 0.26% 0.45% -
XYZ 12.46 14.18 18.6 -
YUV 102.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 86 109 116 0.26 0.06 0 0.55 194 0.15 0.4
Hex 56 6D 74 1A 6 0 37 C2 F 28
Octal 126 155 164 32 6 0 67 302 17 50
Binary 1010110 1101101 1110100 11010 110 0 110111 11000010 1111 101000

Color Harmonies of #566D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D74

Black with #566D74

Text Example


Text Example

White with #566D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566D74; }

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

 H1.HeaderClassName
 {
   color: #566D74;
 }
 .AnyTagClassName
 {
   color: #566D74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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