Html Css Color HEX #555E61 Fiord

📋 copy color: '#555E61'

red 85 ◦ green 94 ◦ blue 97

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

Shades of Fiord #555E61

Tints of Fiord #555E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 30.8%
G = 34.06%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555E61 (or 0x555E61) is known color: Fiord. HEX triplet: 55, 5E and 61. RGB value is (85,94,97). Sum of RGB (Red+Green+Blue) = 85+94+97=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #555E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E61 is #AAA19E. Grayscale: #5B5B5B. Windows color (decimal): -11182495 or 6381141. OLE color: 6381141.

HSL color Cylindrical-coordinate representation of color #555E61: hue angle of 195º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555E61 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 94 97 -
CMYK 0.12 0.03 0 0.62
HSL 195º 0.07% 0.36% -
HSV(B) 195º 0.12% 0.38% -
XYZ 9.91 10.8 12.87 -
YUV 91.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 85 94 97 0.12 0.03 0 0.62 195 0.07 0.36
Hex 55 5E 61 C 3 0 3E C3 7 24
Octal 125 136 141 14 3 0 76 303 7 44
Binary 1010101 1011110 1100001 1100 11 0 111110 11000011 111 100100

Color Harmonies of #555E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E61

Black with #555E61

Text Example


Text Example

White with #555E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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