Html Css Color HEX #517075 Bismark

📋 copy color: '#517075'

red 81 ◦ green 112 ◦ blue 117

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

Shades of Bismark #517075

Tints of Bismark #517075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 26.13%
G = 36.13%
B = 37.74%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517075 (or 0x517075) is known color: Bismark. HEX triplet: 51, 70 and 75. RGB value is (81,112,117). Sum of RGB (Red+Green+Blue) = 81+112+117=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #517075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517075 is #AE8F8A. Grayscale: #676767. Windows color (decimal): -11440011 or 7696465. OLE color: 7696465.

HSL color Cylindrical-coordinate representation of color #517075: hue angle of 188.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517075 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 112 117 -
CMYK 0.31 0.04 0 0.54
HSL 188.33º 0.18% 0.39% -
HSV(B) 188.33º 0.31% 0.46% -
XYZ 12.4 14.62 19 -
YUV 103.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 81 112 117 0.31 0.04 0 0.54 188.33 0.18 0.39
Hex 51 70 75 1F 4 0 36 BC 12 27
Octal 121 160 165 37 4 0 66 274 22 47
Binary 1010001 1110000 1110101 11111 100 0 110110 10111100 10010 100111

Color Harmonies of #517075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517075

Black with #517075

Text Example


Text Example

White with #517075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517075; }

 p { color: rgb(81,112,117); }

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

background-color css

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

 a { background-color: rgb(81,112,117); }

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

border-color css

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

 span { border-color: rgb(81,112,117); }

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