Html Css Color HEX #556E83 Wedgewood

📋 copy color: '#556E83'

red 85 ◦ green 110 ◦ blue 131

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

Shades of Wedgewood #556E83

Tints of Wedgewood #556E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 26.07%
G = 33.74%
B = 40.18%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556E83 (or 0x556E83) is known color: Wedgewood. HEX triplet: 55, 6E and 83. RGB value is (85,110,131). Sum of RGB (Red+Green+Blue) = 85+110+131=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #556E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E83 is #AA917C. Grayscale: #686868. Windows color (decimal): -11178365 or 8613461. OLE color: 8613461.

HSL color Cylindrical-coordinate representation of color #556E83: hue angle of 207.39º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #556E83 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 110 131 -
CMYK 0.35 0.16 0 0.49
HSL 207.39º 0.21% 0.42% -
HSV(B) 207.39º 0.35% 0.51% -
XYZ 13.42 14.72 23.61 -
YUV 104.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 85 110 131 0.35 0.16 0 0.49 207.39 0.21 0.42
Hex 55 6E 83 23 10 0 31 CF 15 2A
Octal 125 156 203 43 20 0 61 317 25 52
Binary 1010101 1101110 10000011 100011 10000 0 110001 11001111 10101 101010

Color Harmonies of #556E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E83

Black with #556E83

Text Example


Text Example

White with #556E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,131); }

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

background-color css

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

 a { background-color: rgb(85,110,131); }

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

border-color css

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

 span { border-color: rgb(85,110,131); }

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