Html Css Color HEX #517283 Bismark

📋 copy color: '#517283'

red 81 ◦ green 114 ◦ blue 131

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

Shades of Bismark #517283

Tints of Bismark #517283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 24.85%
G = 34.97%
B = 40.18%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517283 (or 0x517283) is known color: Bismark. HEX triplet: 51, 72 and 83. RGB value is (81,114,131). Sum of RGB (Red+Green+Blue) = 81+114+131=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #517283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517283 is #AE8D7C. Grayscale: #696969. Windows color (decimal): -11439485 or 8614481. OLE color: 8614481.

HSL color Cylindrical-coordinate representation of color #517283: hue angle of 200.4º 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 #517283 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 114 131 -
CMYK 0.38 0.13 0 0.49
HSL 200.4º 0.24% 0.42% -
HSV(B) 200.4º 0.38% 0.51% -
XYZ 13.51 15.42 23.74 -
YUV 106.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 81 114 131 0.38 0.13 0 0.49 200.4 0.24 0.42
Hex 51 72 83 26 D 0 31 C8 18 2A
Octal 121 162 203 46 15 0 61 310 30 52
Binary 1010001 1110010 10000011 100110 1101 0 110001 11001000 11000 101010

Color Harmonies of #517283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517283

Black with #517283

Text Example


Text Example

White with #517283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517283; }

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

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

background-color css

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

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

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

border-color css

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

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

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