Html Css Color HEX #54697D Wedgewood

📋 copy color: '#54697D'

red 84 ◦ green 105 ◦ blue 125

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

Shades of Wedgewood #54697D

Tints of Wedgewood #54697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 26.75%
G = 33.44%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54697D (or 0x54697D) is known color: Wedgewood. HEX triplet: 54, 69 and 7D. RGB value is (84,105,125). Sum of RGB (Red+Green+Blue) = 84+105+125=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #54697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54697D is #AB9682. Grayscale: #646464. Windows color (decimal): -11245187 or 8218964. OLE color: 8218964.

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

Color convert

RGB 84 105 125 -
CMYK 0.33 0.16 0 0.51
HSL 209.27º 0.2% 0.41% -
HSV(B) 209.27º 0.33% 0.49% -
XYZ 12.41 13.47 21.35 -
YUV 101 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 84 105 125 0.33 0.16 0 0.51 209.27 0.2 0.41
Hex 54 69 7D 21 10 0 33 D1 14 29
Octal 124 151 175 41 20 0 63 321 24 51
Binary 1010100 1101001 1111101 100001 10000 0 110011 11010001 10100 101001

Color Harmonies of #54697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54697D

Black with #54697D

Text Example


Text Example

White with #54697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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