Html Css Color HEX #54677B Wedgewood

📋 copy color: '#54677B'

red 84 ◦ green 103 ◦ blue 123

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

Shades of Wedgewood #54677B

Tints of Wedgewood #54677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 27.1%
G = 33.23%
B = 39.68%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54677B (or 0x54677B) is known color: Wedgewood. HEX triplet: 54, 67 and 7B. RGB value is (84,103,123). Sum of RGB (Red+Green+Blue) = 84+103+123=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #54677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54677B is #AB9884. Grayscale: #636363. Windows color (decimal): -11245701 or 8087380. OLE color: 8087380.

HSL color Cylindrical-coordinate representation of color #54677B: hue angle of 210.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #54677B is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 103 123 -
CMYK 0.32 0.16 0 0.52
HSL 210.77º 0.19% 0.41% -
HSV(B) 210.77º 0.32% 0.48% -
XYZ 12.08 13.02 20.61 -
YUV 99.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 84 103 123 0.32 0.16 0 0.52 210.77 0.19 0.41
Hex 54 67 7B 20 10 0 34 D3 13 29
Octal 124 147 173 40 20 0 64 323 23 51
Binary 1010100 1100111 1111011 100000 10000 0 110100 11010011 10011 101001

Color Harmonies of #54677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54677B

Black with #54677B

Text Example


Text Example

White with #54677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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