Html Css Color HEX #55646C Fiord

📋 copy color: '#55646C'

red 85 ◦ green 100 ◦ blue 108

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

Shades of Fiord #55646C

Tints of Fiord #55646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 29.01%
G = 34.13%
B = 36.86%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55646C (or 0x55646C) is known color: Fiord. HEX triplet: 55, 64 and 6C. RGB value is (85,100,108). Sum of RGB (Red+Green+Blue) = 85+100+108=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #55646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646C is #AA9B93. Grayscale: #606060. Windows color (decimal): -11180948 or 7103573. OLE color: 7103573.

HSL color Cylindrical-coordinate representation of color #55646C: hue angle of 200.87º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55646C is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 100 108 -
CMYK 0.21 0.07 0 0.58
HSL 200.87º 0.12% 0.38% -
HSV(B) 200.87º 0.21% 0.42% -
XYZ 11.01 12.13 15.95 -
YUV 96.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 85 100 108 0.21 0.07 0 0.58 200.87 0.12 0.38
Hex 55 64 6C 15 7 0 3A C9 C 26
Octal 125 144 154 25 7 0 72 311 14 46
Binary 1010101 1100100 1101100 10101 111 0 111010 11001001 1100 100110

Color Harmonies of #55646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55646C

Black with #55646C

Text Example


Text Example

White with #55646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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