Html Css Color HEX #54758C Wedgewood

📋 copy color: '#54758C'

red 84 ◦ green 117 ◦ blue 140

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

Shades of Wedgewood #54758C

Tints of Wedgewood #54758C

RGB

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

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

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

R = 24.63%
G = 34.31%
B = 41.06%

CMYK

 C value IS 0.4

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54758C (or 0x54758C) is known color: Wedgewood. HEX triplet: 54, 75 and 8C. RGB value is (84,117,140). Sum of RGB (Red+Green+Blue) = 84+117+140=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #54758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54758C is #AB8A73. Grayscale: #6D6D6D. Windows color (decimal): -11242100 or 9205076. OLE color: 9205076.

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

Color convert

RGB 84 117 140 -
CMYK 0.4 0.16 0 0.45
HSL 204.64º 0.25% 0.44% -
HSV(B) 204.64º 0.4% 0.55% -
XYZ 14.75 16.5 27.22 -
YUV 109.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 84 117 140 0.4 0.16 0 0.45 204.64 0.25 0.44
Hex 54 75 8C 28 10 0 2D CD 19 2C
Octal 124 165 214 50 20 0 55 315 31 54
Binary 1010100 1110101 10001100 101000 10000 0 101101 11001101 11001 101100

Color Harmonies of #54758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54758C

Black with #54758C

Text Example


Text Example

White with #54758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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