Html Css Color HEX #507382 Bismark

📋 copy color: '#507382'

red 80 ◦ green 115 ◦ blue 130

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

Shades of Bismark #507382

Tints of Bismark #507382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 24.62%
G = 35.38%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507382 (or 0x507382) is known color: Bismark. HEX triplet: 50, 73 and 82. RGB value is (80,115,130). Sum of RGB (Red+Green+Blue) = 80+115+130=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #507382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507382 is #AF8C7D. Grayscale: #6A6A6A. Windows color (decimal): -11504766 or 8549200. OLE color: 8549200.

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

Color convert

RGB 80 115 130 -
CMYK 0.38 0.12 0 0.49
HSL 198º 0.24% 0.41% -
HSV(B) 198º 0.38% 0.51% -
XYZ 13.47 15.58 23.42 -
YUV 106.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 80 115 130 0.38 0.12 0 0.49 198 0.24 0.41
Hex 50 73 82 26 C 0 31 C6 18 29
Octal 120 163 202 46 14 0 61 306 30 51
Binary 1010000 1110011 10000010 100110 1100 0 110001 11000110 11000 101001

Color Harmonies of #507382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507382

Black with #507382

Text Example


Text Example

White with #507382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507382; }

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

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

background-color css

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

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

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

border-color css

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

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

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