Html Css Color HEX #557082 Wedgewood

📋 copy color: '#557082'

red 85 ◦ green 112 ◦ blue 130

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

Shades of Wedgewood #557082

Tints of Wedgewood #557082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 25.99%
G = 34.25%
B = 39.76%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557082 (or 0x557082) is known color: Wedgewood. HEX triplet: 55, 70 and 82. RGB value is (85,112,130). Sum of RGB (Red+Green+Blue) = 85+112+130=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #557082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557082 is #AA8F7D. Grayscale: #696969. Windows color (decimal): -11177854 or 8548437. OLE color: 8548437.

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

Color convert

RGB 85 112 130 -
CMYK 0.35 0.14 0 0.49
HSL 204º 0.21% 0.42% -
HSV(B) 204º 0.35% 0.51% -
XYZ 13.57 15.13 23.32 -
YUV 105.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 85 112 130 0.35 0.14 0 0.49 204 0.21 0.42
Hex 55 70 82 23 E 0 31 CC 15 2A
Octal 125 160 202 43 16 0 61 314 25 52
Binary 1010101 1110000 10000010 100011 1110 0 110001 11001100 10101 101010

Color Harmonies of #557082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557082

Black with #557082

Text Example


Text Example

White with #557082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557082; }

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

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

background-color css

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

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

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

border-color css

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

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

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