#53575A

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

Shades of Fiord #53575A

Tints of Fiord #53575A

Color information

#53575A (or 0x53575A) is unknown color: approx Fiord. HEX triplet: 53, 57 and 5A. RGB value is (83,87,90). Sum of RGB (Red+Green+Blue) = 83+87+90=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #53575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53575A is #ACA8A5. Grayscale: #565656. Windows color (decimal): -11315366 or 5920595. OLE color: 5920595.

HSL color Cylindrical-coordinate representation of color #53575A: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53575A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838790-
CMYK0.080.0300.65
HSL205.71º4.05%33.92%-
HSV(B)205.71º7.78%35.29%-
XYZ8.829.3911.02-
YUV86.15130.17125.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=31.92%
G=33.46%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8387900.080.0300.65205.714.0533.92
Hex53575A83041ce422
Octal1231271321030101316442
Binary1010011101011110110101000110100000111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53575A; }

 p { color: rgb(83,87,90); }

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

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

 a { background-color: rgb(83,87,90); }

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

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

 span { border-color: rgb(83,87,90); }

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