Html Css Color HEX #556F83 Wedgewood

📋 copy color: '#556F83'

red 85 ◦ green 111 ◦ blue 131

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

Shades of Wedgewood #556F83

Tints of Wedgewood #556F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

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

R = 25.99%
G = 33.94%
B = 40.06%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556F83 (or 0x556F83) is known color: Wedgewood. HEX triplet: 55, 6F and 83. RGB value is (85,111,131). Sum of RGB (Red+Green+Blue) = 85+111+131=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #556F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F83 is #AA907C. Grayscale: #696969. Windows color (decimal): -11178109 or 8613717. OLE color: 8613717.

HSL color Cylindrical-coordinate representation of color #556F83: hue angle of 206.09º 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 #556F83 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 111 131 -
CMYK 0.35 0.15 0 0.49
HSL 206.09º 0.21% 0.42% -
HSV(B) 206.09º 0.35% 0.51% -
XYZ 13.53 14.94 23.64 -
YUV 105.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 85 111 131 0.35 0.15 0 0.49 206.09 0.21 0.42
Hex 55 6F 83 23 F 0 31 CE 15 2A
Octal 125 157 203 43 17 0 61 316 25 52
Binary 1010101 1101111 10000011 100011 1111 0 110001 11001110 10101 101010

Color Harmonies of #556F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F83

Black with #556F83

Text Example


Text Example

White with #556F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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