Html Css Color HEX #54718B Wedgewood

📋 copy color: '#54718B'

red 84 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #54718B

Tints of Wedgewood #54718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 25%
G = 33.63%
B = 41.37%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54718B (or 0x54718B) is known color: Wedgewood. HEX triplet: 54, 71 and 8B. RGB value is (84,113,139). Sum of RGB (Red+Green+Blue) = 84+113+139=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #54718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718B is #AB8E74. Grayscale: #6B6B6B. Windows color (decimal): -11243125 or 9138516. OLE color: 9138516.

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

Color convert

RGB 84 113 139 -
CMYK 0.40 0.19 0 0.45
HSL 208.36º 0.25% 0.44% -
HSV(B) 208.36º 0.4% 0.55% -
XYZ 14.22 15.56 26.68 -
YUV 107.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 84 113 139 0.40 0.19 0 0.45 208.36 0.25 0.44
Hex 54 71 8B 28 13 0 2D D0 19 2C
Octal 124 161 213 50 23 0 55 320 31 54
Binary 1010100 1110001 10001011 101000 10011 0 101101 11010000 11001 101100

Color Harmonies of #54718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54718B

Black with #54718B

Text Example


Text Example

White with #54718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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