Html Css Color HEX #566D7D Wedgewood

📋 copy color: '#566D7D'

red 86 ◦ green 109 ◦ blue 125

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

Shades of Wedgewood #566D7D

Tints of Wedgewood #566D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 26.88%
G = 34.06%
B = 39.06%

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

#566D7D (or 0x566D7D) is known color: Wedgewood. HEX triplet: 56, 6D and 7D. RGB value is (86,109,125). Sum of RGB (Red+Green+Blue) = 86+109+125=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #566D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D7D is #A99282. Grayscale: #676767. Windows color (decimal): -11113091 or 8219990. OLE color: 8219990.

HSL color Cylindrical-coordinate representation of color #566D7D: hue angle of 204.62º 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 #566D7D is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 109 125 -
CMYK 0.31 0.13 0 0.51
HSL 204.62º 0.18% 0.41% -
HSV(B) 204.62º 0.31% 0.49% -
XYZ 13.01 14.4 21.5 -
YUV 103.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 86 109 125 0.31 0.13 0 0.51 204.62 0.18 0.41
Hex 56 6D 7D 1F D 0 33 CD 12 29
Octal 126 155 175 37 15 0 63 315 22 51
Binary 1010110 1101101 1111101 11111 1101 0 110011 11001101 10010 101001

Color Harmonies of #566D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D7D

Black with #566D7D

Text Example


Text Example

White with #566D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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