Html Css Color HEX #54738C Wedgewood

📋 copy color: '#54738C'

red 84 ◦ green 115 ◦ blue 140

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

Shades of Wedgewood #54738C

Tints of Wedgewood #54738C

RGB

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

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

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

R = 24.78%
G = 33.92%
B = 41.3%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54738C (or 0x54738C) is known color: Wedgewood. HEX triplet: 54, 73 and 8C. RGB value is (84,115,140). Sum of RGB (Red+Green+Blue) = 84+115+140=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #54738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54738C is #AB8C73. Grayscale: #6C6C6C. Windows color (decimal): -11242612 or 9204564. OLE color: 9204564.

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

Color convert

RGB 84 115 140 -
CMYK 0.4 0.18 0 0.45
HSL 206.79º 0.25% 0.44% -
HSV(B) 206.79º 0.4% 0.55% -
XYZ 14.52 16.04 27.14 -
YUV 108.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 84 115 140 0.4 0.18 0 0.45 206.79 0.25 0.44
Hex 54 73 8C 28 12 0 2D CF 19 2C
Octal 124 163 214 50 22 0 55 317 31 54
Binary 1010100 1110011 10001100 101000 10010 0 101101 11001111 11001 101100

Color Harmonies of #54738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54738C

Black with #54738C

Text Example


Text Example

White with #54738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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