Html Css Color HEX #54677E Wedgewood

📋 copy color: '#54677E'

red 84 ◦ green 103 ◦ blue 126

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

Shades of Wedgewood #54677E

Tints of Wedgewood #54677E

RGB

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

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

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

R = 26.84%
G = 32.91%
B = 40.26%

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

#54677E (or 0x54677E) is known color: Wedgewood. HEX triplet: 54, 67 and 7E. RGB value is (84,103,126). Sum of RGB (Red+Green+Blue) = 84+103+126=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #54677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677E is #AB9881. Grayscale: #636363. Windows color (decimal): -11245698 or 8283988. OLE color: 8283988.

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

Color convert

RGB 84 103 126 -
CMYK 0.33 0.18 0 0.51
HSL 212.86º 0.2% 0.41% -
HSV(B) 212.86º 0.33% 0.49% -
XYZ 12.27 13.09 21.62 -
YUV 99.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 84 103 126 0.33 0.18 0 0.51 212.86 0.2 0.41
Hex 54 67 7E 21 12 0 33 D5 14 29
Octal 124 147 176 41 22 0 63 325 24 51
Binary 1010100 1100111 1111110 100001 10010 0 110011 11010101 10100 101001

Color Harmonies of #54677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54677E

Black with #54677E

Text Example


Text Example

White with #54677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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