Html Css Color HEX #515C60 Fiord

📋 copy color: '#515C60'

red 81 ◦ green 92 ◦ blue 96

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

Shades of Fiord #515C60

Tints of Fiord #515C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.2%

 BLUE value IS 96 (37.89% from 255) = 35.69%

R = 30.11%
G = 34.2%
B = 35.69%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515C60 (or 0x515C60) is known color: Fiord. HEX triplet: 51, 5C and 60. RGB value is (81,92,96). Sum of RGB (Red+Green+Blue) = 81+92+96=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #515C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C60 is #AEA39F. Grayscale: #595959. Windows color (decimal): -11445152 or 6315089. OLE color: 6315089.

HSL color Cylindrical-coordinate representation of color #515C60: hue angle of 196º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515C60 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 92 96 -
CMYK 0.16 0.04 0 0.62
HSL 196º 0.08% 0.35% -
HSV(B) 196º 0.16% 0.38% -
XYZ 9.33 10.25 12.55 -
YUV 89.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 81 92 96 0.16 0.04 0 0.62 196 0.08 0.35
Hex 51 5C 60 10 4 0 3E C4 8 23
Octal 121 134 140 20 4 0 76 304 10 43
Binary 1010001 1011100 1100000 10000 100 0 111110 11000100 1000 100011

Color Harmonies of #515C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C60

Black with #515C60

Text Example


Text Example

White with #515C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,96); }

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

background-color css

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

 a { background-color: rgb(81,92,96); }

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

border-color css

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

 span { border-color: rgb(81,92,96); }

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