Html Css Color HEX #517783 Bismark

📋 copy color: '#517783'

red 81 ◦ green 119 ◦ blue 131

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

Shades of Bismark #517783

Tints of Bismark #517783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

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

R = 24.47%
G = 35.95%
B = 39.58%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517783 (or 0x517783) is known color: Bismark. HEX triplet: 51, 77 and 83. RGB value is (81,119,131). Sum of RGB (Red+Green+Blue) = 81+119+131=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #517783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517783 is #AE887C. Grayscale: #6C6C6C. Windows color (decimal): -11438205 or 8615761. OLE color: 8615761.

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

Color convert

RGB 81 119 131 -
CMYK 0.38 0.09 0 0.49
HSL 194.4º 0.24% 0.42% -
HSV(B) 194.4º 0.38% 0.51% -
XYZ 14.09 16.58 23.93 -
YUV 109.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 81 119 131 0.38 0.09 0 0.49 194.4 0.24 0.42
Hex 51 77 83 26 9 0 31 C2 18 2A
Octal 121 167 203 46 11 0 61 302 30 52
Binary 1010001 1110111 10000011 100110 1001 0 110001 11000010 11000 101010

Color Harmonies of #517783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517783

Black with #517783

Text Example


Text Example

White with #517783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517783; }

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

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

background-color css

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

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

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

border-color css

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

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

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