Html Css Color HEX #517583 Bismark

📋 copy color: '#517583'

red 81 ◦ green 117 ◦ blue 131

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

Shades of Bismark #517583

Tints of Bismark #517583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 24.62%
G = 35.56%
B = 39.82%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517583 (or 0x517583) is known color: Bismark. HEX triplet: 51, 75 and 83. RGB value is (81,117,131). Sum of RGB (Red+Green+Blue) = 81+117+131=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #517583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517583 is #AE8A7C. Grayscale: #6B6B6B. Windows color (decimal): -11438717 or 8615249. OLE color: 8615249.

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

Color convert

RGB 81 117 131 -
CMYK 0.38 0.11 0 0.49
HSL 196.8º 0.24% 0.42% -
HSV(B) 196.8º 0.38% 0.51% -
XYZ 13.85 16.11 23.85 -
YUV 107.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 81 117 131 0.38 0.11 0 0.49 196.8 0.24 0.42
Hex 51 75 83 26 B 0 31 C5 18 2A
Octal 121 165 203 46 13 0 61 305 30 52
Binary 1010001 1110101 10000011 100110 1011 0 110001 11000101 11000 101010

Color Harmonies of #517583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517583

Black with #517583

Text Example


Text Example

White with #517583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517583; }

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

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

background-color css

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

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

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

border-color css

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

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

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