Html Css Color HEX #515D62 Fiord

📋 copy color: '#515D62'

red 81 ◦ green 93 ◦ blue 98

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

Shades of Fiord #515D62

Tints of Fiord #515D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 29.78%
G = 34.19%
B = 36.03%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515D62 (or 0x515D62) is known color: Fiord. HEX triplet: 51, 5D and 62. RGB value is (81,93,98). Sum of RGB (Red+Green+Blue) = 81+93+98=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #515D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D62 is #AEA29D. Grayscale: #595959. Windows color (decimal): -11444894 or 6446417. OLE color: 6446417.

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

Color convert

RGB 81 93 98 -
CMYK 0.17 0.05 0 0.62
HSL 197.65º 0.09% 0.35% -
HSV(B) 197.65º 0.17% 0.38% -
XYZ 9.51 10.46 13.07 -
YUV 89.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 81 93 98 0.17 0.05 0 0.62 197.65 0.09 0.35
Hex 51 5D 62 11 5 0 3E C6 9 23
Octal 121 135 142 21 5 0 76 306 11 43
Binary 1010001 1011101 1100010 10001 101 0 111110 11000110 1001 100011

Color Harmonies of #515D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D62

Black with #515D62

Text Example


Text Example

White with #515D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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