#53585B

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

Shades of Fiord #53585B

Tints of Fiord #53585B

Color information

#53585B (or 0x53585B) is unknown color: approx Fiord. HEX triplet: 53, 58 and 5B. RGB value is (83,88,91). Sum of RGB (Red+Green+Blue) = 83+88+91=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #53585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585B is #ACA7A4. Grayscale: #565656. Windows color (decimal): -11315109 or 5986387. OLE color: 5986387.

HSL color Cylindrical-coordinate representation of color #53585B: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53585B is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB838891-
CMYK0.090.0300.64
HSL202.5º4.6%34.12%-
HSV(B)202.5º8.79%35.69%-
XYZ8.959.5711.27-
YUV86.85130.34125.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=31.68%
G=33.59%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8388910.090.0300.64202.54.634.12
Hex53585B93040ca522
Octal1231301331130100312542
Binary1010011101100010110111001110100000011001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,88,91); }

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

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

 a { background-color: rgb(83,88,91); }

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

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

 span { border-color: rgb(83,88,91); }

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