#55636B

Color #55636B Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #55636B

Tints of Fiord #55636B

Color information

#55636B (or 0x55636B) is unknown color: approx Fiord. HEX triplet: 55, 63 and 6B. RGB value is (85,99,107). Sum of RGB (Red+Green+Blue) = 85+99+107=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #55636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55636B is #AA9C94. Grayscale: #5F5F5F. Windows color (decimal): -11181205 or 7037781. OLE color: 7037781.

HSL color Cylindrical-coordinate representation of color #55636B: hue angle of 201.82º degrees, saturation: 0.11, 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 #55636B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8599107-
CMYK0.210.0700.58
HSL201.82º11.46%37.65%-
HSV(B)201.82º20.56%41.96%-
XYZ10.8611.9215.64-
YUV95.73134.36120.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=29.21%
G=34.02%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85991070.210.0700.58201.8211.4637.65
Hex55636B15703Acab26
Octal1251431532570723121346
Binary101010111000111101011101011110111010110010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55636B; }

 p { color: rgb(85,99,107); }

 H1.HeaderClassName
 {
   color: #55636B;
 }
 .AnyTagClassName
 {
   color: #55636B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,99,107); }

 div.DivClassName
 {
   background-color: #55636B;
 }
 .BgClassName
 {
   background-color: #55636B;
 }
</style>
border-color css

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

 span { border-color: rgb(85,99,107); }

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