Html Css Color HEX #54758B Wedgewood

📋 copy color: '#54758B'

red 84 ◦ green 117 ◦ blue 139

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

Shades of Wedgewood #54758B

Tints of Wedgewood #54758B

RGB

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

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

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

R = 24.71%
G = 34.41%
B = 40.88%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54758B (or 0x54758B) is known color: Wedgewood. HEX triplet: 54, 75 and 8B. RGB value is (84,117,139). Sum of RGB (Red+Green+Blue) = 84+117+139=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #54758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54758B is #AB8A74. Grayscale: #6D6D6D. Windows color (decimal): -11242101 or 9139540. OLE color: 9139540.

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

Color convert

RGB 84 117 139 -
CMYK 0.40 0.16 0 0.45
HSL 204º 0.25% 0.44% -
HSV(B) 204º 0.4% 0.55% -
XYZ 14.68 16.47 26.83 -
YUV 109.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 84 117 139 0.40 0.16 0 0.45 204 0.25 0.44
Hex 54 75 8B 28 10 0 2D CC 19 2C
Octal 124 165 213 50 20 0 55 314 31 54
Binary 1010100 1110101 10001011 101000 10000 0 101101 11001100 11001 101100

Color Harmonies of #54758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54758B

Black with #54758B

Text Example


Text Example

White with #54758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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