Html Css Color HEX #54708A Wedgewood

📋 copy color: '#54708A'

red 84 ◦ green 112 ◦ blue 138

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

Shades of Wedgewood #54708A

Tints of Wedgewood #54708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 25.15%
G = 33.53%
B = 41.32%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54708A (or 0x54708A) is known color: Wedgewood. HEX triplet: 54, 70 and 8A. RGB value is (84,112,138). Sum of RGB (Red+Green+Blue) = 84+112+138=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #54708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54708A is #AB8F75. Grayscale: #6A6A6A. Windows color (decimal): -11243382 or 9072724. OLE color: 9072724.

HSL color Cylindrical-coordinate representation of color #54708A: hue angle of 208.89º 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 #54708A is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 112 138 -
CMYK 0.39 0.19 0 0.46
HSL 208.89º 0.24% 0.44% -
HSV(B) 208.89º 0.39% 0.54% -
XYZ 14.04 15.31 26.26 -
YUV 106.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 84 112 138 0.39 0.19 0 0.46 208.89 0.24 0.44
Hex 54 70 8A 27 13 0 2E D1 18 2C
Octal 124 160 212 47 23 0 56 321 30 54
Binary 1010100 1110000 10001010 100111 10011 0 101110 11010001 11000 101100

Color Harmonies of #54708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54708A

Black with #54708A

Text Example


Text Example

White with #54708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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