Html Css Color HEX #56687B Wedgewood

📋 copy color: '#56687B'

red 86 ◦ green 104 ◦ blue 123

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

Shades of Wedgewood #56687B

Tints of Wedgewood #56687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 27.48%
G = 33.23%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56687B (or 0x56687B) is known color: Wedgewood. HEX triplet: 56, 68 and 7B. RGB value is (86,104,123). Sum of RGB (Red+Green+Blue) = 86+104+123=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #56687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56687B is #A99784. Grayscale: #646464. Windows color (decimal): -11114373 or 8087638. OLE color: 8087638.

HSL color Cylindrical-coordinate representation of color #56687B: hue angle of 210.81º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56687B is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 104 123 -
CMYK 0.30 0.15 0 0.52
HSL 210.81º 0.18% 0.41% -
HSV(B) 210.81º 0.3% 0.48% -
XYZ 12.36 13.31 20.66 -
YUV 100.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 86 104 123 0.30 0.15 0 0.52 210.81 0.18 0.41
Hex 56 68 7B 1E F 0 34 D3 12 29
Octal 126 150 173 36 17 0 64 323 22 51
Binary 1010110 1101000 1111011 11110 1111 0 110100 11010011 10010 101001

Color Harmonies of #56687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56687B

Black with #56687B

Text Example


Text Example

White with #56687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56687B; }

 p { color: rgb(86,104,123); }

 H1.HeaderClassName
 {
   color: #56687B;
 }
 .AnyTagClassName
 {
   color: #56687B;
 }
</style>

background-color css

<style>
 a { background-color: #56687B; }

 a { background-color: rgb(86,104,123); }

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

border-color css

<style>
 span { border-color: #56687B; }

 span { border-color: rgb(86,104,123); }

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