Html Css Color HEX #557084 Wedgewood

📋 copy color: '#557084'

red 85 ◦ green 112 ◦ blue 132

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

Shades of Wedgewood #557084

Tints of Wedgewood #557084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 25.84%
G = 34.04%
B = 40.12%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557084 (or 0x557084) is known color: Wedgewood. HEX triplet: 55, 70 and 84. RGB value is (85,112,132). Sum of RGB (Red+Green+Blue) = 85+112+132=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #557084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557084 is #AA8F7B. Grayscale: #6A6A6A. Windows color (decimal): -11177852 or 8679509. OLE color: 8679509.

HSL color Cylindrical-coordinate representation of color #557084: hue angle of 205.53º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557084 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 112 132 -
CMYK 0.36 0.15 0 0.48
HSL 205.53º 0.22% 0.43% -
HSV(B) 205.53º 0.36% 0.52% -
XYZ 13.71 15.19 24.04 -
YUV 106.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 85 112 132 0.36 0.15 0 0.48 205.53 0.22 0.43
Hex 55 70 84 24 F 0 30 CE 16 2B
Octal 125 160 204 44 17 0 60 316 26 53
Binary 1010101 1110000 10000100 100100 1111 0 110000 11001110 10110 101011

Color Harmonies of #557084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557084

Black with #557084

Text Example


Text Example

White with #557084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557084; }

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

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

background-color css

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

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

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

border-color css

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

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

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