Html Css Color HEX #566B72 Pale Sky

📋 copy color: '#566B72'

red 86 ◦ green 107 ◦ blue 114

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

Shades of Pale Sky #566B72

Tints of Pale Sky #566B72

RGB

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

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

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

R = 28.01%
G = 34.85%
B = 37.13%

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

#566B72 (or 0x566B72) is known color: Pale Sky. HEX triplet: 56, 6B and 72. RGB value is (86,107,114). Sum of RGB (Red+Green+Blue) = 86+107+114=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 107 (42.19% from 255 or 34.85% 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 #566B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B72 is #A9948D. Grayscale: #656565. Windows color (decimal): -11113614 or 7498582. OLE color: 7498582.

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

Color convert

RGB 86 107 114 -
CMYK 0.25 0.06 0 0.55
HSL 195º 0.14% 0.39% -
HSV(B) 195º 0.25% 0.45% -
XYZ 12.13 13.71 17.93 -
YUV 101.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 86 107 114 0.25 0.06 0 0.55 195 0.14 0.39
Hex 56 6B 72 19 6 0 37 C3 E 27
Octal 126 153 162 31 6 0 67 303 16 47
Binary 1010110 1101011 1110010 11001 110 0 110111 11000011 1110 100111

Color Harmonies of #566B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B72

Black with #566B72

Text Example


Text Example

White with #566B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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