Html Css Color HEX #515F6B Fiord

📋 copy color: '#515F6B'

red 81 ◦ green 95 ◦ blue 107

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

Shades of Fiord #515F6B

Tints of Fiord #515F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 28.62%
G = 33.57%
B = 37.81%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#515F6B (or 0x515F6B) is known color: Fiord. HEX triplet: 51, 5F and 6B. RGB value is (81,95,107). Sum of RGB (Red+Green+Blue) = 81+95+107=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #515F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F6B is #AEA094. Grayscale: #5C5C5C. Windows color (decimal): -11444373 or 7036753. OLE color: 7036753.

HSL color Cylindrical-coordinate representation of color #515F6B: hue angle of 207.69º degrees, saturation: 0.14, 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 #515F6B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 95 107 -
CMYK 0.24 0.11 0 0.58
HSL 207.69º 0.14% 0.37% -
HSV(B) 207.69º 0.24% 0.42% -
XYZ 10.14 11 15.5 -
YUV 92.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 81 95 107 0.24 0.11 0 0.58 207.69 0.14 0.37
Hex 51 5F 6B 18 B 0 3A D0 E 25
Octal 121 137 153 30 13 0 72 320 16 45
Binary 1010001 1011111 1101011 11000 1011 0 111010 11010000 1110 100101

Color Harmonies of #515F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F6B

Black with #515F6B

Text Example


Text Example

White with #515F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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