Html Css Color HEX #515E68 Fiord

📋 copy color: '#515E68'

red 81 ◦ green 94 ◦ blue 104

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

Shades of Fiord #515E68

Tints of Fiord #515E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 29.03%
G = 33.69%
B = 37.28%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#515E68 (or 0x515E68) is known color: Fiord. HEX triplet: 51, 5E and 68. RGB value is (81,94,104). Sum of RGB (Red+Green+Blue) = 81+94+104=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #515E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E68 is #AEA197. Grayscale: #5B5B5B. Windows color (decimal): -11444632 or 6839889. OLE color: 6839889.

HSL color Cylindrical-coordinate representation of color #515E68: hue angle of 206.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515E68 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 94 104 -
CMYK 0.22 0.10 0 0.59
HSL 206.09º 0.12% 0.36% -
HSV(B) 206.09º 0.22% 0.41% -
XYZ 9.89 10.75 14.65 -
YUV 91.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 81 94 104 0.22 0.10 0 0.59 206.09 0.12 0.36
Hex 51 5E 68 16 A 0 3B CE C 24
Octal 121 136 150 26 12 0 73 316 14 44
Binary 1010001 1011110 1101000 10110 1010 0 111011 11001110 1100 100100

Color Harmonies of #515E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E68

Black with #515E68

Text Example


Text Example

White with #515E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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