Html Css Color HEX #54758D Wedgewood

📋 copy color: '#54758D'

red 84 ◦ green 117 ◦ blue 141

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

Shades of Wedgewood #54758D

Tints of Wedgewood #54758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 24.56%
G = 34.21%
B = 41.23%

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

#54758D (or 0x54758D) is known color: Wedgewood. HEX triplet: 54, 75 and 8D. RGB value is (84,117,141). Sum of RGB (Red+Green+Blue) = 84+117+141=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #54758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54758D is #AB8A72. Grayscale: #6D6D6D. Windows color (decimal): -11242099 or 9270612. OLE color: 9270612.

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

Color convert

RGB 84 117 141 -
CMYK 0.40 0.17 0 0.45
HSL 205.26º 0.25% 0.44% -
HSV(B) 205.26º 0.4% 0.55% -
XYZ 14.83 16.53 27.61 -
YUV 109.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 84 117 141 0.40 0.17 0 0.45 205.26 0.25 0.44
Hex 54 75 8D 28 11 0 2D CD 19 2C
Octal 124 165 215 50 21 0 55 315 31 54
Binary 1010100 1110101 10001101 101000 10001 0 101101 11001101 11001 101100

Color Harmonies of #54758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54758D

Black with #54758D

Text Example


Text Example

White with #54758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54758D; }

 p { color: rgb(84,117,141); }

 H1.HeaderClassName
 {
   color: #54758D;
 }
 .AnyTagClassName
 {
   color: #54758D;
 }
</style>

background-color css

<style>
 a { background-color: #54758D; }

 a { background-color: rgb(84,117,141); }

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

border-color css

<style>
 span { border-color: #54758D; }

 span { border-color: rgb(84,117,141); }

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