Html Css Color HEX #566C7C Wedgewood

📋 copy color: '#566C7C'

red 86 ◦ green 108 ◦ blue 124

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

Shades of Wedgewood #566C7C

Tints of Wedgewood #566C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 27.04%
G = 33.96%
B = 38.99%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#566C7C (or 0x566C7C) is known color: Wedgewood. HEX triplet: 56, 6C and 7C. RGB value is (86,108,124). Sum of RGB (Red+Green+Blue) = 86+108+124=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #566C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C7C is #A99383. Grayscale: #676767. Windows color (decimal): -11113348 or 8154198. OLE color: 8154198.

HSL color Cylindrical-coordinate representation of color #566C7C: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #566C7C is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 108 124 -
CMYK 0.31 0.13 0 0.51
HSL 205.26º 0.18% 0.41% -
HSV(B) 205.26º 0.31% 0.49% -
XYZ 12.84 14.16 21.13 -
YUV 103.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 86 108 124 0.31 0.13 0 0.51 205.26 0.18 0.41
Hex 56 6C 7C 1F D 0 33 CD 12 29
Octal 126 154 174 37 15 0 63 315 22 51
Binary 1010110 1101100 1111100 11111 1101 0 110011 11001101 10010 101001

Color Harmonies of #566C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C7C

Black with #566C7C

Text Example


Text Example

White with #566C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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