Html Css Color HEX #566D75 Pale Sky

📋 copy color: '#566D75'

red 86 ◦ green 109 ◦ blue 117

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

Shades of Pale Sky #566D75

Tints of Pale Sky #566D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 27.56%
G = 34.94%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566D75 (or 0x566D75) is known color: Pale Sky. HEX triplet: 56, 6D and 75. RGB value is (86,109,117). Sum of RGB (Red+Green+Blue) = 86+109+117=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #566D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D75 is #A9928A. Grayscale: #666666. Windows color (decimal): -11113099 or 7695702. OLE color: 7695702.

HSL color Cylindrical-coordinate representation of color #566D75: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566D75 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 109 117 -
CMYK 0.26 0.07 0 0.54
HSL 195.48º 0.15% 0.4% -
HSV(B) 195.48º 0.26% 0.46% -
XYZ 12.52 14.2 18.91 -
YUV 103.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 86 109 117 0.26 0.07 0 0.54 195.48 0.15 0.4
Hex 56 6D 75 1A 7 0 36 C3 F 28
Octal 126 155 165 32 7 0 66 303 17 50
Binary 1010110 1101101 1110101 11010 111 0 110110 11000011 1111 101000

Color Harmonies of #566D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D75

Black with #566D75

Text Example


Text Example

White with #566D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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