Html Css Color HEX #557589 Wedgewood

📋 copy color: '#557589'

red 85 ◦ green 117 ◦ blue 137

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

Shades of Wedgewood #557589

Tints of Wedgewood #557589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 25.07%
G = 34.51%
B = 40.41%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557589 (or 0x557589) is known color: Wedgewood. HEX triplet: 55, 75 and 89. RGB value is (85,117,137). Sum of RGB (Red+Green+Blue) = 85+117+137=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #557589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557589 is #AA8A76. Grayscale: #6D6D6D. Windows color (decimal): -11176567 or 9008469. OLE color: 9008469.

HSL color Cylindrical-coordinate representation of color #557589: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557589 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 117 137 -
CMYK 0.38 0.15 0 0.46
HSL 203.08º 0.23% 0.44% -
HSV(B) 203.08º 0.38% 0.54% -
XYZ 14.62 16.46 26.07 -
YUV 109.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 85 117 137 0.38 0.15 0 0.46 203.08 0.23 0.44
Hex 55 75 89 26 F 0 2E CB 17 2C
Octal 125 165 211 46 17 0 56 313 27 54
Binary 1010101 1110101 10001001 100110 1111 0 101110 11001011 10111 101100

Color Harmonies of #557589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557589

Black with #557589

Text Example


Text Example

White with #557589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557589; }

 p { color: rgb(85,117,137); }

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

background-color css

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

 a { background-color: rgb(85,117,137); }

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

border-color css

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

 span { border-color: rgb(85,117,137); }

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