Html Css Color HEX #556369 Fiord

📋 copy color: '#556369'

red 85 ◦ green 99 ◦ blue 105

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

Shades of Fiord #556369

Tints of Fiord #556369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

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

R = 29.41%
G = 34.26%
B = 36.33%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556369 (or 0x556369) is known color: Fiord. HEX triplet: 55, 63 and 69. RGB value is (85,99,105). Sum of RGB (Red+Green+Blue) = 85+99+105=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #556369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556369 is #AA9C96. Grayscale: #5F5F5F. Windows color (decimal): -11181207 or 6906709. OLE color: 6906709.

HSL color Cylindrical-coordinate representation of color #556369: hue angle of 198º 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 #556369 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 99 105 -
CMYK 0.19 0.06 0 0.59
HSL 198º 0.11% 0.37% -
HSV(B) 198º 0.19% 0.41% -
XYZ 10.76 11.87 15.09 -
YUV 95.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 85 99 105 0.19 0.06 0 0.59 198 0.11 0.37
Hex 55 63 69 13 6 0 3B C6 B 25
Octal 125 143 151 23 6 0 73 306 13 45
Binary 1010101 1100011 1101001 10011 110 0 111011 11000110 1011 100101

Color Harmonies of #556369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556369

Black with #556369

Text Example


Text Example

White with #556369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556369; }

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

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

background-color css

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

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

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

border-color css

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

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

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