Html Css Color HEX #56667D Wedgewood

📋 copy color: '#56667D'

red 86 ◦ green 102 ◦ blue 125

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

Shades of Wedgewood #56667D

Tints of Wedgewood #56667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 27.48%
G = 32.59%
B = 39.94%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56667D (or 0x56667D) is known color: Wedgewood. HEX triplet: 56, 66 and 7D. RGB value is (86,102,125). Sum of RGB (Red+Green+Blue) = 86+102+125=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #56667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56667D is #A99982. Grayscale: #636363. Windows color (decimal): -11114883 or 8218198. OLE color: 8218198.

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

Color convert

RGB 86 102 125 -
CMYK 0.31 0.18 0 0.51
HSL 215.38º 0.18% 0.41% -
HSV(B) 215.38º 0.31% 0.49% -
XYZ 12.29 12.96 21.26 -
YUV 99.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 86 102 125 0.31 0.18 0 0.51 215.38 0.18 0.41
Hex 56 66 7D 1F 12 0 33 D7 12 29
Octal 126 146 175 37 22 0 63 327 22 51
Binary 1010110 1100110 1111101 11111 10010 0 110011 11010111 10010 101001

Color Harmonies of #56667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56667D

Black with #56667D

Text Example


Text Example

White with #56667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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