Html Css Color HEX #515F68 Fiord

📋 copy color: '#515F68'

red 81 ◦ green 95 ◦ blue 104

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

Shades of Fiord #515F68

Tints of Fiord #515F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 28.93%
G = 33.93%
B = 37.14%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515F68 (or 0x515F68) is known color: Fiord. HEX triplet: 51, 5F and 68. RGB value is (81,95,104). Sum of RGB (Red+Green+Blue) = 81+95+104=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #515F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F68 is #AEA097. Grayscale: #5B5B5B. Windows color (decimal): -11444376 or 6840145. OLE color: 6840145.

HSL color Cylindrical-coordinate representation of color #515F68: hue angle of 203.48º 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 #515F68 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 95 104 -
CMYK 0.22 0.09 0 0.59
HSL 203.48º 0.12% 0.36% -
HSV(B) 203.48º 0.22% 0.41% -
XYZ 9.98 10.93 14.68 -
YUV 91.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 81 95 104 0.22 0.09 0 0.59 203.48 0.12 0.36
Hex 51 5F 68 16 9 0 3B CB C 24
Octal 121 137 150 26 11 0 73 313 14 44
Binary 1010001 1011111 1101000 10110 1001 0 111011 11001011 1100 100100

Color Harmonies of #515F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F68

Black with #515F68

Text Example


Text Example

White with #515F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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