#53616B

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

Shades of Fiord #53616B

Tints of Fiord #53616B

Color information

#53616B (or 0x53616B) is unknown color: approx Fiord. HEX triplet: 53, 61 and 6B. RGB value is (83,97,107). Sum of RGB (Red+Green+Blue) = 83+97+107=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #53616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53616B is #AC9E94. Grayscale: #5D5D5D. Windows color (decimal): -11312789 or 7037267. OLE color: 7037267.

HSL color Cylindrical-coordinate representation of color #53616B: hue angle of 205º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53616B is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8397107-
CMYK0.220.0900.58
HSL205º12.63%37.25%-
HSV(B)205º22.43%41.96%-
XYZ10.511.4515.57-
YUV93.95135.36120.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=28.92%
G=33.80%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83971070.220.0900.5820512.6337.25
Hex53616B16903Acdd25
Octal12314115326110723151545
Binary1010011110000111010111011010010111010110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,97,107); }

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

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

 a { background-color: rgb(83,97,107); }

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

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

 span { border-color: rgb(83,97,107); }

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