Html Css Color HEX #547187 Wedgewood

📋 copy color: '#547187'

red 84 ◦ green 113 ◦ blue 135

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

Shades of Wedgewood #547187

Tints of Wedgewood #547187

RGB

 RED value IS 84 (33.2% from 255) = 25.3%

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

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 25.3%
G = 34.04%
B = 40.66%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547187 (or 0x547187) is known color: Wedgewood. HEX triplet: 54, 71 and 87. RGB value is (84,113,135). Sum of RGB (Red+Green+Blue) = 84+113+135=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #547187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547187 is #AB8E78. Grayscale: #6A6A6A. Windows color (decimal): -11243129 or 8876372. OLE color: 8876372.

HSL color Cylindrical-coordinate representation of color #547187: hue angle of 205.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547187 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 113 135 -
CMYK 0.38 0.16 0 0.47
HSL 205.88º 0.23% 0.43% -
HSV(B) 205.88º 0.38% 0.53% -
XYZ 13.93 15.44 25.17 -
YUV 106.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 84 113 135 0.38 0.16 0 0.47 205.88 0.23 0.43
Hex 54 71 87 26 10 0 2F CE 17 2B
Octal 124 161 207 46 20 0 57 316 27 53
Binary 1010100 1110001 10000111 100110 10000 0 101111 11001110 10111 101011

Color Harmonies of #547187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547187

Black with #547187

Text Example


Text Example

White with #547187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547187; }

 p { color: rgb(84,113,135); }

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

background-color css

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

 a { background-color: rgb(84,113,135); }

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

border-color css

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

 span { border-color: rgb(84,113,135); }

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