Html Css Color HEX #54657D Wedgewood

📋 copy color: '#54657D'

red 84 ◦ green 101 ◦ blue 125

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

Shades of Wedgewood #54657D

Tints of Wedgewood #54657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 27.1%
G = 32.58%
B = 40.32%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54657D (or 0x54657D) is known color: Wedgewood. HEX triplet: 54, 65 and 7D. RGB value is (84,101,125). Sum of RGB (Red+Green+Blue) = 84+101+125=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #54657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54657D is #AB9A82. Grayscale: #626262. Windows color (decimal): -11246211 or 8217940. OLE color: 8217940.

HSL color Cylindrical-coordinate representation of color #54657D: hue angle of 215.12º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54657D is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 101 125 -
CMYK 0.33 0.19 0 0.51
HSL 215.12º 0.2% 0.41% -
HSV(B) 215.12º 0.33% 0.49% -
XYZ 12.01 12.67 21.22 -
YUV 98.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 84 101 125 0.33 0.19 0 0.51 215.12 0.2 0.41
Hex 54 65 7D 21 13 0 33 D7 14 29
Octal 124 145 175 41 23 0 63 327 24 51
Binary 1010100 1100101 1111101 100001 10011 0 110011 11010111 10100 101001

Color Harmonies of #54657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54657D

Black with #54657D

Text Example


Text Example

White with #54657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,101,125); }

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

background-color css

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

 a { background-color: rgb(84,101,125); }

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

border-color css

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

 span { border-color: rgb(84,101,125); }

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