#505B65

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

Shades of Fiord #505B65

Tints of Fiord #505B65

Color information

#505B65 (or 0x505B65) is unknown color: approx Fiord. HEX triplet: 50, 5B and 65. RGB value is (80,91,101). Sum of RGB (Red+Green+Blue) = 80+91+101=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #505B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B65 is #AFA49A. Grayscale: #585858. Windows color (decimal): -11510939 or 6642512. OLE color: 6642512.

HSL color Cylindrical-coordinate representation of color #505B65: hue angle of 208.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505B65 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8091101-
CMYK0.210.1000.60
HSL208.57º11.6%35.49%-
HSV(B)208.57º20.79%39.61%-
XYZ9.410.1313.77-
YUV88.85134.86121.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=29.41%
G=33.46%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80911010.210.1000.60208.5711.635.49
Hex505B6515A03Cd1c23
Octal12013314525120743211443
Binary1010000101101111001011010110100111100110100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B65; }

 p { color: rgb(80,91,101); }

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

<style>
 a { background-color: #505B65; }

 a { background-color: rgb(80,91,101); }

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

<style>
 span { border-color: #505B65; }

 span { border-color: rgb(80,91,101); }

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