Html Css Color HEX #554F6A Smoky

📋 copy color: '#554F6A'

red 85 ◦ green 79 ◦ blue 106

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

Shades of Smoky #554F6A

Tints of Smoky #554F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 31.48%
G = 29.26%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#554F6A (or 0x554F6A) is known color: Smoky. HEX triplet: 55, 4F and 6A. RGB value is (85,79,106). Sum of RGB (Red+Green+Blue) = 85+79+106=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #554F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F6A is #AAB095. Grayscale: #535353. Windows color (decimal): -11186326 or 6967125. OLE color: 6967125.

HSL color Cylindrical-coordinate representation of color #554F6A: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554F6A is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 79 106 -
CMYK 0.20 0.25 0 0.58
HSL 253.33º 0.15% 0.36% -
HSV(B) 253.33º 0.25% 0.42% -
XYZ 9.14 8.56 14.81 -
YUV 83.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 85 79 106 0.20 0.25 0 0.58 253.33 0.15 0.36
Hex 55 4F 6A 14 19 0 3A FD F 24
Octal 125 117 152 24 31 0 72 375 17 44
Binary 1010101 1001111 1101010 10100 11001 0 111010 11111101 1111 100100

Color Harmonies of #554F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F6A

Black with #554F6A

Text Example


Text Example

White with #554F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,106); }

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

background-color css

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

 a { background-color: rgb(85,79,106); }

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

border-color css

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

 span { border-color: rgb(85,79,106); }

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