Html Css Color HEX #556064 Fiord

📋 copy color: '#556064'

red 85 ◦ green 96 ◦ blue 100

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

Shades of Fiord #556064

Tints of Fiord #556064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 30.25%
G = 34.16%
B = 35.59%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#556064 (or 0x556064) is known color: Fiord. HEX triplet: 55, 60 and 64. RGB value is (85,96,100). Sum of RGB (Red+Green+Blue) = 85+96+100=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #556064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556064 is #AA9F9B. Grayscale: #5D5D5D. Windows color (decimal): -11181980 or 6578261. OLE color: 6578261.

HSL color Cylindrical-coordinate representation of color #556064: hue angle of 196º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556064 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 96 100 -
CMYK 0.15 0.04 0 0.61
HSL 196º 0.08% 0.36% -
HSV(B) 196º 0.15% 0.39% -
XYZ 10.23 11.22 13.68 -
YUV 93.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 85 96 100 0.15 0.04 0 0.61 196 0.08 0.36
Hex 55 60 64 F 4 0 3D C4 8 24
Octal 125 140 144 17 4 0 75 304 10 44
Binary 1010101 1100000 1100100 1111 100 0 111101 11000100 1000 100100

Color Harmonies of #556064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556064

Black with #556064

Text Example


Text Example

White with #556064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556064; }

 p { color: rgb(85,96,100); }

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

background-color css

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

 a { background-color: rgb(85,96,100); }

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

border-color css

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

 span { border-color: rgb(85,96,100); }

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