Html Css Color HEX #556267 Fiord

📋 copy color: '#556267'

red 85 ◦ green 98 ◦ blue 103

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

Shades of Fiord #556267

Tints of Fiord #556267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 29.72%
G = 34.27%
B = 36.01%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#556267 (or 0x556267) is known color: Fiord. HEX triplet: 55, 62 and 67. RGB value is (85,98,103). Sum of RGB (Red+Green+Blue) = 85+98+103=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: blue. Hex color #556267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556267 is #AA9D98. Grayscale: #5E5E5E. Windows color (decimal): -11181465 or 6775381. OLE color: 6775381.

HSL color Cylindrical-coordinate representation of color #556267: hue angle of 196.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556267 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 98 103 -
CMYK 0.17 0.05 0 0.60
HSL 196.67º 0.1% 0.37% -
HSV(B) 196.67º 0.17% 0.4% -
XYZ 10.56 11.65 14.52 -
YUV 94.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 85 98 103 0.17 0.05 0 0.60 196.67 0.1 0.37
Hex 55 62 67 11 5 0 3C C5 A 25
Octal 125 142 147 21 5 0 74 305 12 45
Binary 1010101 1100010 1100111 10001 101 0 111100 11000101 1010 100101

Color Harmonies of #556267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556267

Black with #556267

Text Example


Text Example

White with #556267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556267; }

 p { color: rgb(85,98,103); }

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

background-color css

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

 a { background-color: rgb(85,98,103); }

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

border-color css

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

 span { border-color: rgb(85,98,103); }

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