Html Css Color HEX #507383 Bismark

📋 copy color: '#507383'

red 80 ◦ green 115 ◦ blue 131

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

Shades of Bismark #507383

Tints of Bismark #507383

RGB

 RED value IS 80 (31.64% from 255) = 24.54%

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

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

R = 24.54%
G = 35.28%
B = 40.18%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507383 (or 0x507383) is known color: Bismark. HEX triplet: 50, 73 and 83. RGB value is (80,115,131). Sum of RGB (Red+Green+Blue) = 80+115+131=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 115 (45.31% from 255 or 35.28% 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 #507383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507383 is #AF8C7C. Grayscale: #6A6A6A. Windows color (decimal): -11504765 or 8614736. OLE color: 8614736.

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

Color convert

RGB 80 115 131 -
CMYK 0.39 0.12 0 0.49
HSL 198.82º 0.24% 0.41% -
HSV(B) 198.82º 0.39% 0.51% -
XYZ 13.54 15.61 23.77 -
YUV 106.36 141.9 109.2 -
System Red Green Blue C M Y K H S L
Decimal 80 115 131 0.39 0.12 0 0.49 198.82 0.24 0.41
Hex 50 73 83 27 C 0 31 C7 18 29
Octal 120 163 203 47 14 0 61 307 30 51
Binary 1010000 1110011 10000011 100111 1100 0 110001 11000111 11000 101001

Color Harmonies of #507383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507383

Black with #507383

Text Example


Text Example

White with #507383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507383; }

 p { color: rgb(80,115,131); }

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

background-color css

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

 a { background-color: rgb(80,115,131); }

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

border-color css

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

 span { border-color: rgb(80,115,131); }

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