Html Css Color HEX #54748D Wedgewood

📋 copy color: '#54748D'

red 84 ◦ green 116 ◦ blue 141

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

Shades of Wedgewood #54748D

Tints of Wedgewood #54748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 24.63%
G = 34.02%
B = 41.35%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54748D (or 0x54748D) is known color: Wedgewood. HEX triplet: 54, 74 and 8D. RGB value is (84,116,141). Sum of RGB (Red+Green+Blue) = 84+116+141=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #54748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748D is #AB8B72. Grayscale: #6D6D6D. Windows color (decimal): -11242355 or 9270356. OLE color: 9270356.

HSL color Cylindrical-coordinate representation of color #54748D: hue angle of 206.32º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54748D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 116 141 -
CMYK 0.40 0.18 0 0.45
HSL 206.32º 0.25% 0.44% -
HSV(B) 206.32º 0.4% 0.55% -
XYZ 14.71 16.3 27.57 -
YUV 109.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 84 116 141 0.40 0.18 0 0.45 206.32 0.25 0.44
Hex 54 74 8D 28 12 0 2D CE 19 2C
Octal 124 164 215 50 22 0 55 316 31 54
Binary 1010100 1110100 10001101 101000 10010 0 101101 11001110 11001 101100

Color Harmonies of #54748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54748D

Black with #54748D

Text Example


Text Example

White with #54748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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