Html Css Color HEX #566C75 Pale Sky

📋 copy color: '#566C75'

red 86 ◦ green 108 ◦ blue 117

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

Shades of Pale Sky #566C75

Tints of Pale Sky #566C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 27.65%
G = 34.73%
B = 37.62%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566C75 (or 0x566C75) is known color: Pale Sky. HEX triplet: 56, 6C and 75. RGB value is (86,108,117). Sum of RGB (Red+Green+Blue) = 86+108+117=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #566C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C75 is #A9938A. Grayscale: #666666. Windows color (decimal): -11113355 or 7695446. OLE color: 7695446.

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

Color convert

RGB 86 108 117 -
CMYK 0.26 0.08 0 0.54
HSL 197.42º 0.15% 0.4% -
HSV(B) 197.42º 0.26% 0.46% -
XYZ 12.41 13.99 18.88 -
YUV 102.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 86 108 117 0.26 0.08 0 0.54 197.42 0.15 0.4
Hex 56 6C 75 1A 8 0 36 C5 F 28
Octal 126 154 165 32 10 0 66 305 17 50
Binary 1010110 1101100 1110101 11010 1000 0 110110 11000101 1111 101000

Color Harmonies of #566C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C75

Black with #566C75

Text Example


Text Example

White with #566C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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