Html Css Color HEX #54738B Wedgewood

📋 copy color: '#54738B'

red 84 ◦ green 115 ◦ blue 139

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

Shades of Wedgewood #54738B

Tints of Wedgewood #54738B

RGB

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

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

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

R = 24.85%
G = 34.02%
B = 41.12%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54738B (or 0x54738B) is known color: Wedgewood. HEX triplet: 54, 73 and 8B. RGB value is (84,115,139). Sum of RGB (Red+Green+Blue) = 84+115+139=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #54738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54738B is #AB8C74. Grayscale: #6C6C6C. Windows color (decimal): -11242613 or 9139028. OLE color: 9139028.

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

Color convert

RGB 84 115 139 -
CMYK 0.40 0.17 0 0.45
HSL 206.18º 0.25% 0.44% -
HSV(B) 206.18º 0.4% 0.55% -
XYZ 14.45 16.01 26.75 -
YUV 108.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 84 115 139 0.40 0.17 0 0.45 206.18 0.25 0.44
Hex 54 73 8B 28 11 0 2D CE 19 2C
Octal 124 163 213 50 21 0 55 316 31 54
Binary 1010100 1110011 10001011 101000 10001 0 101101 11001110 11001 101100

Color Harmonies of #54738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54738B

Black with #54738B

Text Example


Text Example

White with #54738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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