Html Css Color HEX #547486 Wedgewood

📋 copy color: '#547486'

red 84 ◦ green 116 ◦ blue 134

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

Shades of Wedgewood #547486

Tints of Wedgewood #547486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 25.15%
G = 34.73%
B = 40.12%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547486 (or 0x547486) is known color: Wedgewood. HEX triplet: 54, 74 and 86. RGB value is (84,116,134). Sum of RGB (Red+Green+Blue) = 84+116+134=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #547486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547486 is #AB8B79. Grayscale: #6C6C6C. Windows color (decimal): -11242362 or 8811604. OLE color: 8811604.

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

Color convert

RGB 84 116 134 -
CMYK 0.37 0.13 0 0.47
HSL 201.6º 0.23% 0.43% -
HSV(B) 201.6º 0.37% 0.53% -
XYZ 14.2 16.1 24.91 -
YUV 108.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 84 116 134 0.37 0.13 0 0.47 201.6 0.23 0.43
Hex 54 74 86 25 D 0 2F CA 17 2B
Octal 124 164 206 45 15 0 57 312 27 53
Binary 1010100 1110100 10000110 100101 1101 0 101111 11001010 10111 101011

Color Harmonies of #547486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547486

Black with #547486

Text Example


Text Example

White with #547486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547486; }

 p { color: rgb(84,116,134); }

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

background-color css

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

 a { background-color: rgb(84,116,134); }

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

border-color css

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

 span { border-color: rgb(84,116,134); }

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