Html Css Color HEX #556067 Fiord

📋 copy color: '#556067'

red 85 ◦ green 96 ◦ blue 103

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

Shades of Fiord #556067

Tints of Fiord #556067

RGB

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

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

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

R = 29.93%
G = 33.8%
B = 36.27%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#556067 (or 0x556067) is known color: Fiord. HEX triplet: 55, 60 and 67. RGB value is (85,96,103). Sum of RGB (Red+Green+Blue) = 85+96+103=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #556067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556067 is #AA9F98. Grayscale: #5D5D5D. Windows color (decimal): -11181977 or 6774869. OLE color: 6774869.

HSL color Cylindrical-coordinate representation of color #556067: hue angle of 203.33º 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 #556067 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 96 103 -
CMYK 0.17 0.07 0 0.60
HSL 203.33º 0.1% 0.37% -
HSV(B) 203.33º 0.17% 0.4% -
XYZ 10.38 11.28 14.46 -
YUV 93.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 85 96 103 0.17 0.07 0 0.60 203.33 0.1 0.37
Hex 55 60 67 11 7 0 3C CB A 25
Octal 125 140 147 21 7 0 74 313 12 45
Binary 1010101 1100000 1100111 10001 111 0 111100 11001011 1010 100101

Color Harmonies of #556067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556067

Black with #556067

Text Example


Text Example

White with #556067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556067; }

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

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

background-color css

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

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

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

border-color css

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

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

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