Html Css Color HEX #54677D Wedgewood

📋 copy color: '#54677D'

red 84 ◦ green 103 ◦ blue 125

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

Shades of Wedgewood #54677D

Tints of Wedgewood #54677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

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

R = 26.92%
G = 33.01%
B = 40.06%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54677D (or 0x54677D) is known color: Wedgewood. HEX triplet: 54, 67 and 7D. RGB value is (84,103,125). Sum of RGB (Red+Green+Blue) = 84+103+125=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #54677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677D is #AB9882. Grayscale: #636363. Windows color (decimal): -11245699 or 8218452. OLE color: 8218452.

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

Color convert

RGB 84 103 125 -
CMYK 0.33 0.18 0 0.51
HSL 212.2º 0.2% 0.41% -
HSV(B) 212.2º 0.33% 0.49% -
XYZ 12.21 13.07 21.28 -
YUV 99.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 84 103 125 0.33 0.18 0 0.51 212.2 0.2 0.41
Hex 54 67 7D 21 12 0 33 D4 14 29
Octal 124 147 175 41 22 0 63 324 24 51
Binary 1010100 1100111 1111101 100001 10010 0 110011 11010100 10100 101001

Color Harmonies of #54677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54677D

Black with #54677D

Text Example


Text Example

White with #54677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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