Html Css Color HEX #556B7D Wedgewood

📋 copy color: '#556B7D'

red 85 ◦ green 107 ◦ blue 125

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

Shades of Wedgewood #556B7D

Tints of Wedgewood #556B7D

RGB

 RED value IS 85 (33.59% from 255) = 26.81%

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

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

R = 26.81%
G = 33.75%
B = 39.43%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#556B7D (or 0x556B7D) is known color: Wedgewood. HEX triplet: 55, 6B and 7D. RGB value is (85,107,125). Sum of RGB (Red+Green+Blue) = 85+107+125=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #556B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7D is #AA9482. Grayscale: #666666. Windows color (decimal): -11179139 or 8219477. OLE color: 8219477.

HSL color Cylindrical-coordinate representation of color #556B7D: hue angle of 207º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #556B7D is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 107 125 -
CMYK 0.32 0.14 0 0.51
HSL 207º 0.19% 0.41% -
HSV(B) 207º 0.32% 0.49% -
XYZ 12.71 13.93 21.42 -
YUV 102.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 85 107 125 0.32 0.14 0 0.51 207 0.19 0.41
Hex 55 6B 7D 20 E 0 33 CF 13 29
Octal 125 153 175 40 16 0 63 317 23 51
Binary 1010101 1101011 1111101 100000 1110 0 110011 11001111 10011 101001

Color Harmonies of #556B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B7D

Black with #556B7D

Text Example


Text Example

White with #556B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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