Html Css Color HEX #557081 Wedgewood

📋 copy color: '#557081'

red 85 ◦ green 112 ◦ blue 129

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

Shades of Wedgewood #557081

Tints of Wedgewood #557081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 26.07%
G = 34.36%
B = 39.57%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557081 (or 0x557081) is known color: Wedgewood. HEX triplet: 55, 70 and 81. RGB value is (85,112,129). Sum of RGB (Red+Green+Blue) = 85+112+129=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #557081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557081 is #AA8F7E. Grayscale: #696969. Windows color (decimal): -11177855 or 8482901. OLE color: 8482901.

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

Color convert

RGB 85 112 129 -
CMYK 0.34 0.13 0 0.49
HSL 203.18º 0.21% 0.42% -
HSV(B) 203.18º 0.34% 0.51% -
XYZ 13.5 15.1 22.97 -
YUV 105.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 85 112 129 0.34 0.13 0 0.49 203.18 0.21 0.42
Hex 55 70 81 22 D 0 31 CB 15 2A
Octal 125 160 201 42 15 0 61 313 25 52
Binary 1010101 1110000 10000001 100010 1101 0 110001 11001011 10101 101010

Color Harmonies of #557081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557081

Black with #557081

Text Example


Text Example

White with #557081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557081; }

 p { color: rgb(85,112,129); }

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

background-color css

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

 a { background-color: rgb(85,112,129); }

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

border-color css

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

 span { border-color: rgb(85,112,129); }

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