Html Css Color HEX #517582 Bismark

📋 copy color: '#517582'

red 81 ◦ green 117 ◦ blue 130

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

Shades of Bismark #517582

Tints of Bismark #517582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 24.7%
G = 35.67%
B = 39.63%

CMYK

 C value IS 0.38

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517582 (or 0x517582) is known color: Bismark. HEX triplet: 51, 75 and 82. RGB value is (81,117,130). Sum of RGB (Red+Green+Blue) = 81+117+130=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #517582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517582 is #AE8A7D. Grayscale: #6B6B6B. Windows color (decimal): -11438718 or 8549713. OLE color: 8549713.

HSL color Cylindrical-coordinate representation of color #517582: hue angle of 195.92º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517582 is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 117 130 -
CMYK 0.38 0.1 0 0.49
HSL 195.92º 0.23% 0.41% -
HSV(B) 195.92º 0.38% 0.51% -
XYZ 13.78 16.08 23.5 -
YUV 107.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 81 117 130 0.38 0.1 0 0.49 195.92 0.23 0.41
Hex 51 75 82 26 A 0 31 C4 17 29
Octal 121 165 202 46 12 0 61 304 27 51
Binary 1010001 1110101 10000010 100110 1010 0 110001 11000100 10111 101001

Color Harmonies of #517582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517582

Black with #517582

Text Example


Text Example

White with #517582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517582; }

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

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

background-color css

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

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

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

border-color css

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

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

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