Html Css Color HEX #515F6A Fiord

📋 copy color: '#515F6A'

red 81 ◦ green 95 ◦ blue 106

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

Shades of Fiord #515F6A

Tints of Fiord #515F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.59%

R = 28.72%
G = 33.69%
B = 37.59%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#515F6A (or 0x515F6A) is known color: Fiord. HEX triplet: 51, 5F and 6A. RGB value is (81,95,106). Sum of RGB (Red+Green+Blue) = 81+95+106=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 106 - color contains mainly: blue. Hex color #515F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6A is #AEA095. Grayscale: #5C5C5C. Windows color (decimal): -11444374 or 6971217. OLE color: 6971217.

HSL color Cylindrical-coordinate representation of color #515F6A: hue angle of 206.4º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515F6A is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 95 106 -
CMYK 0.24 0.10 0 0.58
HSL 206.4º 0.13% 0.37% -
HSV(B) 206.4º 0.24% 0.42% -
XYZ 10.09 10.97 15.22 -
YUV 92.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 81 95 106 0.24 0.10 0 0.58 206.4 0.13 0.37
Hex 51 5F 6A 18 A 0 3A CE D 25
Octal 121 137 152 30 12 0 72 316 15 45
Binary 1010001 1011111 1101010 11000 1010 0 111010 11001110 1101 100101

Color Harmonies of #515F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F6A

Black with #515F6A

Text Example


Text Example

White with #515F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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