Html Css Color HEX #557184 Wedgewood

📋 copy color: '#557184'

red 85 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #557184

Tints of Wedgewood #557184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

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

R = 25.76%
G = 34.24%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557184 (or 0x557184) is known color: Wedgewood. HEX triplet: 55, 71 and 84. RGB value is (85,113,132). Sum of RGB (Red+Green+Blue) = 85+113+132=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #557184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557184 is #AA8E7B. Grayscale: #6A6A6A. Windows color (decimal): -11177596 or 8679765. OLE color: 8679765.

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

Color convert

RGB 85 113 132 -
CMYK 0.36 0.14 0 0.48
HSL 204.26º 0.22% 0.43% -
HSV(B) 204.26º 0.36% 0.52% -
XYZ 13.82 15.41 24.08 -
YUV 106.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 85 113 132 0.36 0.14 0 0.48 204.26 0.22 0.43
Hex 55 71 84 24 E 0 30 CC 16 2B
Octal 125 161 204 44 16 0 60 314 26 53
Binary 1010101 1110001 10000100 100100 1110 0 110000 11001100 10110 101011

Color Harmonies of #557184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557184

Black with #557184

Text Example


Text Example

White with #557184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557184; }

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

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

background-color css

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

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

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

border-color css

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

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

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