Html Css Color HEX #515A5D Fiord

📋 copy color: '#515A5D'

red 81 ◦ green 90 ◦ blue 93

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

Shades of Fiord #515A5D

Tints of Fiord #515A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 30.68%
G = 34.09%
B = 35.23%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#515A5D (or 0x515A5D) is known color: Fiord. HEX triplet: 51, 5A and 5D. RGB value is (81,90,93). Sum of RGB (Red+Green+Blue) = 81+90+93=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #515A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A5D is #AEA5A2. Grayscale: #575757. Windows color (decimal): -11445667 or 6117969. OLE color: 6117969.

HSL color Cylindrical-coordinate representation of color #515A5D: hue angle of 195º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515A5D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 90 93 -
CMYK 0.13 0.03 0 0.64
HSL 195º 0.07% 0.34% -
HSV(B) 195º 0.13% 0.36% -
XYZ 9.03 9.85 11.78 -
YUV 87.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 81 90 93 0.13 0.03 0 0.64 195 0.07 0.34
Hex 51 5A 5D D 3 0 40 C3 7 22
Octal 121 132 135 15 3 0 100 303 7 42
Binary 1010001 1011010 1011101 1101 11 0 1000000 11000011 111 100010

Color Harmonies of #515A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A5D

Black with #515A5D

Text Example


Text Example

White with #515A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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