Html Css Color HEX #54748B Wedgewood

📋 copy color: '#54748B'

red 84 ◦ green 116 ◦ blue 139

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

Shades of Wedgewood #54748B

Tints of Wedgewood #54748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 24.78%
G = 34.22%
B = 41%

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

#54748B (or 0x54748B) is known color: Wedgewood. HEX triplet: 54, 74 and 8B. RGB value is (84,116,139). Sum of RGB (Red+Green+Blue) = 84+116+139=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #54748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54748B is #AB8B74. Grayscale: #6C6C6C. Windows color (decimal): -11242357 or 9139284. OLE color: 9139284.

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

Color convert

RGB 84 116 139 -
CMYK 0.40 0.17 0 0.45
HSL 205.09º 0.25% 0.44% -
HSV(B) 205.09º 0.4% 0.55% -
XYZ 14.56 16.24 26.79 -
YUV 109.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 84 116 139 0.40 0.17 0 0.45 205.09 0.25 0.44
Hex 54 74 8B 28 11 0 2D CD 19 2C
Octal 124 164 213 50 21 0 55 315 31 54
Binary 1010100 1110100 10001011 101000 10001 0 101101 11001101 11001 101100

Color Harmonies of #54748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54748B

Black with #54748B

Text Example


Text Example

White with #54748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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