Html Css Color HEX #566B7D Wedgewood

📋 copy color: '#566B7D'

red 86 ◦ green 107 ◦ blue 125

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

Shades of Wedgewood #566B7D

Tints of Wedgewood #566B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.65%

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

R = 27.04%
G = 33.65%
B = 39.31%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#566B7D (or 0x566B7D) is known color: Wedgewood. HEX triplet: 56, 6B and 7D. RGB value is (86,107,125). Sum of RGB (Red+Green+Blue) = 86+107+125=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #566B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B7D is #A99482. Grayscale: #666666. Windows color (decimal): -11113603 or 8219478. OLE color: 8219478.

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

Color convert

RGB 86 107 125 -
CMYK 0.31 0.14 0 0.51
HSL 207.69º 0.18% 0.41% -
HSV(B) 207.69º 0.31% 0.49% -
XYZ 12.8 13.97 21.42 -
YUV 102.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 86 107 125 0.31 0.14 0 0.51 207.69 0.18 0.41
Hex 56 6B 7D 1F E 0 33 D0 12 29
Octal 126 153 175 37 16 0 63 320 22 51
Binary 1010110 1101011 1111101 11111 1110 0 110011 11010000 10010 101001

Color Harmonies of #566B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B7D

Black with #566B7D

Text Example


Text Example

White with #566B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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