Html Css Color HEX #56697D Wedgewood

📋 copy color: '#56697D'

red 86 ◦ green 105 ◦ blue 125

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

Shades of Wedgewood #56697D

Tints of Wedgewood #56697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 27.22%
G = 33.23%
B = 39.56%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56697D (or 0x56697D) is known color: Wedgewood. HEX triplet: 56, 69 and 7D. RGB value is (86,105,125). Sum of RGB (Red+Green+Blue) = 86+105+125=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #56697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56697D is #A99682. Grayscale: #656565. Windows color (decimal): -11114115 or 8218966. OLE color: 8218966.

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

Color convert

RGB 86 105 125 -
CMYK 0.31 0.16 0 0.51
HSL 210.77º 0.18% 0.41% -
HSV(B) 210.77º 0.31% 0.49% -
XYZ 12.59 13.56 21.36 -
YUV 101.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 86 105 125 0.31 0.16 0 0.51 210.77 0.18 0.41
Hex 56 69 7D 1F 10 0 33 D3 12 29
Octal 126 151 175 37 20 0 63 323 22 51
Binary 1010110 1101001 1111101 11111 10000 0 110011 11010011 10010 101001

Color Harmonies of #56697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56697D

Black with #56697D

Text Example


Text Example

White with #56697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56697D; }

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

 H1.HeaderClassName
 {
   color: #56697D;
 }
 .AnyTagClassName
 {
   color: #56697D;
 }
</style>

background-color css

<style>
 a { background-color: #56697D; }

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

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

border-color css

<style>
 span { border-color: #56697D; }

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

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