Html Css Color HEX #517378 Bismark

📋 copy color: '#517378'

red 81 ◦ green 115 ◦ blue 120

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

Shades of Bismark #517378

Tints of Bismark #517378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 120 (47.27% from 255) = 37.97%

R = 25.63%
G = 36.39%
B = 37.97%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#517378 (or 0x517378) is known color: Bismark. HEX triplet: 51, 73 and 78. RGB value is (81,115,120). Sum of RGB (Red+Green+Blue) = 81+115+120=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #517378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517378 is #AE8C87. Grayscale: #696969. Windows color (decimal): -11439240 or 7893841. OLE color: 7893841.

HSL color Cylindrical-coordinate representation of color #517378: hue angle of 187.69º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517378 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 115 120 -
CMYK 0.32 0.04 0 0.53
HSL 187.69º 0.19% 0.39% -
HSV(B) 187.69º 0.33% 0.47% -
XYZ 12.91 15.37 20.05 -
YUV 105.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 81 115 120 0.32 0.04 0 0.53 187.69 0.19 0.39
Hex 51 73 78 20 4 0 35 BC 13 27
Octal 121 163 170 40 4 0 65 274 23 47
Binary 1010001 1110011 1111000 100000 100 0 110101 10111100 10011 100111

Color Harmonies of #517378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517378

Black with #517378

Text Example


Text Example

White with #517378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517378; }

 p { color: rgb(81,115,120); }

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

background-color css

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

 a { background-color: rgb(81,115,120); }

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

border-color css

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

 span { border-color: rgb(81,115,120); }

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