Html Css Color HEX #507483 Bismark

📋 copy color: '#507483'

red 80 ◦ green 116 ◦ blue 131

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

Shades of Bismark #507483

Tints of Bismark #507483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 24.46%
G = 35.47%
B = 40.06%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507483 (or 0x507483) is known color: Bismark. HEX triplet: 50, 74 and 83. RGB value is (80,116,131). Sum of RGB (Red+Green+Blue) = 80+116+131=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #507483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507483 is #AF8B7C. Grayscale: #6A6A6A. Windows color (decimal): -11504509 or 8614992. OLE color: 8614992.

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

Color convert

RGB 80 116 131 -
CMYK 0.39 0.11 0 0.49
HSL 197.65º 0.24% 0.41% -
HSV(B) 197.65º 0.39% 0.51% -
XYZ 13.65 15.83 23.81 -
YUV 106.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 80 116 131 0.39 0.11 0 0.49 197.65 0.24 0.41
Hex 50 74 83 27 B 0 31 C6 18 29
Octal 120 164 203 47 13 0 61 306 30 51
Binary 1010000 1110100 10000011 100111 1011 0 110001 11000110 11000 101001

Color Harmonies of #507483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507483

Black with #507483

Text Example


Text Example

White with #507483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507483; }

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

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

background-color css

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

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

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

border-color css

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

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

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