Html Css Color HEX #556169 Fiord

📋 copy color: '#556169'

red 85 ◦ green 97 ◦ blue 105

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

Shades of Fiord #556169

Tints of Fiord #556169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 29.62%
G = 33.8%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556169 (or 0x556169) is known color: Fiord. HEX triplet: 55, 61 and 69. RGB value is (85,97,105). Sum of RGB (Red+Green+Blue) = 85+97+105=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #556169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556169 is #AA9E96. Grayscale: #5E5E5E. Windows color (decimal): -11181719 or 6906197. OLE color: 6906197.

HSL color Cylindrical-coordinate representation of color #556169: hue angle of 204º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556169 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 97 105 -
CMYK 0.19 0.08 0 0.59
HSL 204º 0.11% 0.37% -
HSV(B) 204º 0.19% 0.41% -
XYZ 10.57 11.5 15.03 -
YUV 94.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 85 97 105 0.19 0.08 0 0.59 204 0.11 0.37
Hex 55 61 69 13 8 0 3B CC B 25
Octal 125 141 151 23 10 0 73 314 13 45
Binary 1010101 1100001 1101001 10011 1000 0 111011 11001100 1011 100101

Color Harmonies of #556169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556169

Black with #556169

Text Example


Text Example

White with #556169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556169; }

 p { color: rgb(85,97,105); }

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

background-color css

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

 a { background-color: rgb(85,97,105); }

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

border-color css

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

 span { border-color: rgb(85,97,105); }

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