Html Css Color HEX #54657E Wedgewood

📋 copy color: '#54657E'

red 84 ◦ green 101 ◦ blue 126

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

Shades of Wedgewood #54657E

Tints of Wedgewood #54657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 27.01%
G = 32.48%
B = 40.51%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54657E (or 0x54657E) is known color: Wedgewood. HEX triplet: 54, 65 and 7E. RGB value is (84,101,126). Sum of RGB (Red+Green+Blue) = 84+101+126=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #54657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54657E is #AB9A81. Grayscale: #626262. Windows color (decimal): -11246210 or 8283476. OLE color: 8283476.

HSL color Cylindrical-coordinate representation of color #54657E: hue angle of 215.71º 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 #54657E is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 101 126 -
CMYK 0.33 0.20 0 0.51
HSL 215.71º 0.2% 0.41% -
HSV(B) 215.71º 0.33% 0.49% -
XYZ 12.08 12.7 21.55 -
YUV 98.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 84 101 126 0.33 0.20 0 0.51 215.71 0.2 0.41
Hex 54 65 7E 21 14 0 33 D8 14 29
Octal 124 145 176 41 24 0 63 330 24 51
Binary 1010100 1100101 1111110 100001 10100 0 110011 11011000 10100 101001

Color Harmonies of #54657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54657E

Black with #54657E

Text Example


Text Example

White with #54657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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