Html Css Color HEX #54748C Wedgewood

📋 copy color: '#54748C'

red 84 ◦ green 116 ◦ blue 140

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

Shades of Wedgewood #54748C

Tints of Wedgewood #54748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 24.71%
G = 34.12%
B = 41.18%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54748C (or 0x54748C) is known color: Wedgewood. HEX triplet: 54, 74 and 8C. RGB value is (84,116,140). Sum of RGB (Red+Green+Blue) = 84+116+140=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #54748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748C is #AB8B73. Grayscale: #6D6D6D. Windows color (decimal): -11242356 or 9204820. OLE color: 9204820.

HSL color Cylindrical-coordinate representation of color #54748C: hue angle of 205.71º 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 #54748C is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 116 140 -
CMYK 0.4 0.17 0 0.45
HSL 205.71º 0.25% 0.44% -
HSV(B) 205.71º 0.4% 0.55% -
XYZ 14.64 16.27 27.18 -
YUV 109.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 84 116 140 0.4 0.17 0 0.45 205.71 0.25 0.44
Hex 54 74 8C 28 11 0 2D CE 19 2C
Octal 124 164 214 50 21 0 55 316 31 54
Binary 1010100 1110100 10001100 101000 10001 0 101101 11001110 11001 101100

Color Harmonies of #54748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54748C

Black with #54748C

Text Example


Text Example

White with #54748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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