Html Css Color HEX #566C74 Pale Sky

📋 copy color: '#566C74'

red 86 ◦ green 108 ◦ blue 116

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

Shades of Pale Sky #566C74

Tints of Pale Sky #566C74

RGB

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

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

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

R = 27.74%
G = 34.84%
B = 37.42%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#566C74 (or 0x566C74) is known color: Pale Sky. HEX triplet: 56, 6C and 74. RGB value is (86,108,116). Sum of RGB (Red+Green+Blue) = 86+108+116=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #566C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C74 is #A9938B. Grayscale: #666666. Windows color (decimal): -11113356 or 7629910. OLE color: 7629910.

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

Color convert

RGB 86 108 116 -
CMYK 0.26 0.07 0 0.55
HSL 196º 0.15% 0.4% -
HSV(B) 196º 0.26% 0.45% -
XYZ 12.35 13.96 18.57 -
YUV 102.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 86 108 116 0.26 0.07 0 0.55 196 0.15 0.4
Hex 56 6C 74 1A 7 0 37 C4 F 28
Octal 126 154 164 32 7 0 67 304 17 50
Binary 1010110 1101100 1110100 11010 111 0 110111 11000100 1111 101000

Color Harmonies of #566C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C74

Black with #566C74

Text Example


Text Example

White with #566C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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