Html Css Color HEX #547790 Wedgewood

📋 copy color: '#547790'

red 84 ◦ green 119 ◦ blue 144

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

Shades of Wedgewood #547790

Tints of Wedgewood #547790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 24.21%
G = 34.29%
B = 41.5%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547790 (or 0x547790) is known color: Wedgewood. HEX triplet: 54, 77 and 90. RGB value is (84,119,144). Sum of RGB (Red+Green+Blue) = 84+119+144=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #547790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547790 is #AB886F. Grayscale: #6F6F6F. Windows color (decimal): -11241584 or 9467732. OLE color: 9467732.

HSL color Cylindrical-coordinate representation of color #547790: hue angle of 205º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547790 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 119 144 -
CMYK 0.42 0.17 0 0.44
HSL 205º 0.26% 0.45% -
HSV(B) 205º 0.42% 0.56% -
XYZ 15.29 17.09 28.88 -
YUV 111.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 84 119 144 0.42 0.17 0 0.44 205 0.26 0.45
Hex 54 77 90 2A 11 0 2C CD 1A 2D
Octal 124 167 220 52 21 0 54 315 32 55
Binary 1010100 1110111 10010000 101010 10001 0 101100 11001101 11010 101101

Color Harmonies of #547790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547790

Black with #547790

Text Example


Text Example

White with #547790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547790; }

 p { color: rgb(84,119,144); }

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

background-color css

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

 a { background-color: rgb(84,119,144); }

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

border-color css

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

 span { border-color: rgb(84,119,144); }

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