Html Css Color HEX #54677F Wedgewood

📋 copy color: '#54677F'

red 84 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #54677F

Tints of Wedgewood #54677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 26.75%
G = 32.8%
B = 40.45%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54677F (or 0x54677F) is known color: Wedgewood. HEX triplet: 54, 67 and 7F. RGB value is (84,103,127). Sum of RGB (Red+Green+Blue) = 84+103+127=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #54677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677F is #AB9880. Grayscale: #636363. Windows color (decimal): -11245697 or 8349524. OLE color: 8349524.

HSL color Cylindrical-coordinate representation of color #54677F: hue angle of 213.49º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54677F is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 103 127 -
CMYK 0.34 0.19 0 0.50
HSL 213.49º 0.2% 0.41% -
HSV(B) 213.49º 0.34% 0.5% -
XYZ 12.34 13.12 21.96 -
YUV 100.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 84 103 127 0.34 0.19 0 0.50 213.49 0.2 0.41
Hex 54 67 7F 22 13 0 32 D5 14 29
Octal 124 147 177 42 23 0 62 325 24 51
Binary 1010100 1100111 1111111 100010 10011 0 110010 11010101 10100 101001

Color Harmonies of #54677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54677F

Black with #54677F

Text Example


Text Example

White with #54677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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