Html Css Color HEX #54738E Wedgewood

📋 copy color: '#54738E'

red 84 ◦ green 115 ◦ blue 142

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

Shades of Wedgewood #54738E

Tints of Wedgewood #54738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 24.63%
G = 33.72%
B = 41.64%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54738E (or 0x54738E) is known color: Wedgewood. HEX triplet: 54, 73 and 8E. RGB value is (84,115,142). Sum of RGB (Red+Green+Blue) = 84+115+142=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #54738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54738E is #AB8C71. Grayscale: #6C6C6C. Windows color (decimal): -11242610 or 9335636. OLE color: 9335636.

HSL color Cylindrical-coordinate representation of color #54738E: hue angle of 207.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54738E is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 115 142 -
CMYK 0.41 0.19 0 0.44
HSL 207.93º 0.26% 0.44% -
HSV(B) 207.93º 0.41% 0.56% -
XYZ 14.67 16.1 27.93 -
YUV 108.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 84 115 142 0.41 0.19 0 0.44 207.93 0.26 0.44
Hex 54 73 8E 29 13 0 2C D0 1A 2C
Octal 124 163 216 51 23 0 54 320 32 54
Binary 1010100 1110011 10001110 101001 10011 0 101100 11010000 11010 101100

Color Harmonies of #54738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54738E

Black with #54738E

Text Example


Text Example

White with #54738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54738E; }

 p { color: rgb(84,115,142); }

 H1.HeaderClassName
 {
   color: #54738E;
 }
 .AnyTagClassName
 {
   color: #54738E;
 }
</style>

background-color css

<style>
 a { background-color: #54738E; }

 a { background-color: rgb(84,115,142); }

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

border-color css

<style>
 span { border-color: #54738E; }

 span { border-color: rgb(84,115,142); }

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