Html Css Color HEX #54718A Wedgewood

📋 copy color: '#54718A'

red 84 ◦ green 113 ◦ blue 138

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

Shades of Wedgewood #54718A

Tints of Wedgewood #54718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 25.07%
G = 33.73%
B = 41.19%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54718A (or 0x54718A) is known color: Wedgewood. HEX triplet: 54, 71 and 8A. RGB value is (84,113,138). Sum of RGB (Red+Green+Blue) = 84+113+138=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #54718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54718A is #AB8E75. Grayscale: #6B6B6B. Windows color (decimal): -11243126 or 9072980. OLE color: 9072980.

HSL color Cylindrical-coordinate representation of color #54718A: hue angle of 207.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54718A is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 113 138 -
CMYK 0.39 0.18 0 0.46
HSL 207.78º 0.24% 0.44% -
HSV(B) 207.78º 0.39% 0.54% -
XYZ 14.15 15.53 26.3 -
YUV 107.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 84 113 138 0.39 0.18 0 0.46 207.78 0.24 0.44
Hex 54 71 8A 27 12 0 2E D0 18 2C
Octal 124 161 212 47 22 0 56 320 30 54
Binary 1010100 1110001 10001010 100111 10010 0 101110 11010000 11000 101100

Color Harmonies of #54718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54718A

Black with #54718A

Text Example


Text Example

White with #54718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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