Html Css Color HEX #556168 Fiord

📋 copy color: '#556168'

red 85 ◦ green 97 ◦ blue 104

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

Shades of Fiord #556168

Tints of Fiord #556168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 29.72%
G = 33.92%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#556168 (or 0x556168) is known color: Fiord. HEX triplet: 55, 61 and 68. RGB value is (85,97,104). Sum of RGB (Red+Green+Blue) = 85+97+104=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #556168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556168 is #AA9E97. Grayscale: #5E5E5E. Windows color (decimal): -11181720 or 6840661. OLE color: 6840661.

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

Color convert

RGB 85 97 104 -
CMYK 0.18 0.07 0 0.59
HSL 202.11º 0.1% 0.37% -
HSV(B) 202.11º 0.18% 0.41% -
XYZ 10.52 11.48 14.76 -
YUV 94.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 85 97 104 0.18 0.07 0 0.59 202.11 0.1 0.37
Hex 55 61 68 12 7 0 3B CA A 25
Octal 125 141 150 22 7 0 73 312 12 45
Binary 1010101 1100001 1101000 10010 111 0 111011 11001010 1010 100101

Color Harmonies of #556168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556168

Black with #556168

Text Example


Text Example

White with #556168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556168; }

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

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

background-color css

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

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

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

border-color css

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

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

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