Html Css Color HEX #515D68 Fiord

📋 copy color: '#515D68'

red 81 ◦ green 93 ◦ blue 104

#515D68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #515D68

Tints of Fiord #515D68

RGB

 RED value IS 81 (32.03% from 255) = 29.14%

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 29.14%
G = 33.45%
B = 37.41%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515D68 (or 0x515D68) is known color: Fiord. HEX triplet: 51, 5D and 68. RGB value is (81,93,104). Sum of RGB (Red+Green+Blue) = 81+93+104=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #515D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D68 is #AEA297. Grayscale: #5A5A5A. Windows color (decimal): -11444888 or 6839633. OLE color: 6839633.

HSL color Cylindrical-coordinate representation of color #515D68: hue angle of 208.7º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515D68 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 93 104 -
CMYK 0.22 0.11 0 0.59
HSL 208.7º 0.12% 0.36% -
HSV(B) 208.7º 0.22% 0.41% -
XYZ 9.81 10.58 14.62 -
YUV 90.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 81 93 104 0.22 0.11 0 0.59 208.7 0.12 0.36
Hex 51 5D 68 16 B 0 3B D1 C 24
Octal 121 135 150 26 13 0 73 321 14 44
Binary 1010001 1011101 1101000 10110 1011 0 111011 11010001 1100 100100

Color Harmonies of #515D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D68

Black with #515D68

Text Example


Text Example

White with #515D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515D68; }

 p { color: rgb(81,93,104); }

 H1.HeaderClassName
 {
   color: #515D68;
 }
 .AnyTagClassName
 {
   color: #515D68;
 }
</style>

background-color css

<style>
 a { background-color: #515D68; }

 a { background-color: rgb(81,93,104); }

 div.DivClassName
 {
   background-color: #515D68;
 }
 .BgClassName
 {
   background-color: #515D68;
 }
</style>

border-color css

<style>
 span { border-color: #515D68; }

 span { border-color: rgb(81,93,104); }

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