Html Css Color HEX #557282 Wedgewood

📋 copy color: '#557282'

red 85 ◦ green 114 ◦ blue 130

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

Shades of Wedgewood #557282

Tints of Wedgewood #557282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 25.84%
G = 34.65%
B = 39.51%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557282 (or 0x557282) is known color: Wedgewood. HEX triplet: 55, 72 and 82. RGB value is (85,114,130). Sum of RGB (Red+Green+Blue) = 85+114+130=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #557282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557282 is #AA8D7D. Grayscale: #6B6B6B. Windows color (decimal): -11177342 or 8548949. OLE color: 8548949.

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

Color convert

RGB 85 114 130 -
CMYK 0.35 0.12 0 0.49
HSL 201.33º 0.21% 0.42% -
HSV(B) 201.33º 0.35% 0.51% -
XYZ 13.79 15.58 23.4 -
YUV 107.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 85 114 130 0.35 0.12 0 0.49 201.33 0.21 0.42
Hex 55 72 82 23 C 0 31 C9 15 2A
Octal 125 162 202 43 14 0 61 311 25 52
Binary 1010101 1110010 10000010 100011 1100 0 110001 11001001 10101 101010

Color Harmonies of #557282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557282

Black with #557282

Text Example


Text Example

White with #557282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557282; }

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

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

background-color css

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

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

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

border-color css

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

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

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