Html Css Color HEX #554E71 Smoky

📋 copy color: '#554E71'

red 85 ◦ green 78 ◦ blue 113

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

Shades of Smoky #554E71

Tints of Smoky #554E71

RGB

 RED value IS 85 (33.59% from 255) = 30.8%

 GREEN value IS 78 (30.86% from 255) = 28.26%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 30.8%
G = 28.26%
B = 40.94%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554E71 (or 0x554E71) is known color: Smoky. HEX triplet: 55, 4E and 71. RGB value is (85,78,113). Sum of RGB (Red+Green+Blue) = 85+78+113=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #554E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E71 is #AAB18E. Grayscale: #535353. Windows color (decimal): -11186575 or 7425621. OLE color: 7425621.

HSL color Cylindrical-coordinate representation of color #554E71: hue angle of 252º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554E71 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 78 113 -
CMYK 0.25 0.31 0 0.56
HSL 252º 0.18% 0.37% -
HSV(B) 252º 0.31% 0.44% -
XYZ 9.45 8.57 16.78 -
YUV 84.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 85 78 113 0.25 0.31 0 0.56 252 0.18 0.37
Hex 55 4E 71 19 1F 0 38 FC 12 25
Octal 125 116 161 31 37 0 70 374 22 45
Binary 1010101 1001110 1110001 11001 11111 0 111000 11111100 10010 100101

Color Harmonies of #554E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E71

Black with #554E71

Text Example


Text Example

White with #554E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E71; }

 p { color: rgb(85,78,113); }

 H1.HeaderClassName
 {
   color: #554E71;
 }
 .AnyTagClassName
 {
   color: #554E71;
 }
</style>

background-color css

<style>
 a { background-color: #554E71; }

 a { background-color: rgb(85,78,113); }

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

border-color css

<style>
 span { border-color: #554E71; }

 span { border-color: rgb(85,78,113); }

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