Html Css Color HEX #515E63 Fiord

📋 copy color: '#515E63'

red 81 ◦ green 94 ◦ blue 99

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

Shades of Fiord #515E63

Tints of Fiord #515E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.31%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 29.56%
G = 34.31%
B = 36.13%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515E63 (or 0x515E63) is known color: Fiord. HEX triplet: 51, 5E and 63. RGB value is (81,94,99). Sum of RGB (Red+Green+Blue) = 81+94+99=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #515E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E63 is #AEA19C. Grayscale: #5A5A5A. Windows color (decimal): -11444637 or 6512209. OLE color: 6512209.

HSL color Cylindrical-coordinate representation of color #515E63: hue angle of 196.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515E63 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 94 99 -
CMYK 0.18 0.05 0 0.61
HSL 196.67º 0.1% 0.35% -
HSV(B) 196.67º 0.18% 0.39% -
XYZ 9.65 10.66 13.35 -
YUV 90.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 81 94 99 0.18 0.05 0 0.61 196.67 0.1 0.35
Hex 51 5E 63 12 5 0 3D C5 A 23
Octal 121 136 143 22 5 0 75 305 12 43
Binary 1010001 1011110 1100011 10010 101 0 111101 11000101 1010 100011

Color Harmonies of #515E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E63

Black with #515E63

Text Example


Text Example

White with #515E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,99); }

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

background-color css

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

 a { background-color: rgb(81,94,99); }

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

border-color css

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

 span { border-color: rgb(81,94,99); }

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