Html Css Color HEX #54718C Wedgewood

📋 copy color: '#54718C'

red 84 ◦ green 113 ◦ blue 140

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

Shades of Wedgewood #54718C

Tints of Wedgewood #54718C

RGB

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

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

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

R = 24.93%
G = 33.53%
B = 41.54%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54718C (or 0x54718C) is known color: Wedgewood. HEX triplet: 54, 71 and 8C. RGB value is (84,113,140). Sum of RGB (Red+Green+Blue) = 84+113+140=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #54718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718C is #AB8E73. Grayscale: #6B6B6B. Windows color (decimal): -11243124 or 9204052. OLE color: 9204052.

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

Color convert

RGB 84 113 140 -
CMYK 0.4 0.19 0 0.45
HSL 208.93º 0.25% 0.44% -
HSV(B) 208.93º 0.4% 0.55% -
XYZ 14.29 15.59 27.07 -
YUV 107.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 84 113 140 0.4 0.19 0 0.45 208.93 0.25 0.44
Hex 54 71 8C 28 13 0 2D D1 19 2C
Octal 124 161 214 50 23 0 55 321 31 54
Binary 1010100 1110001 10001100 101000 10011 0 101101 11010001 11001 101100

Color Harmonies of #54718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54718C

Black with #54718C

Text Example


Text Example

White with #54718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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