Html Css Color HEX #507582 Bismark

📋 copy color: '#507582'

red 80 ◦ green 117 ◦ blue 130

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

Shades of Bismark #507582

Tints of Bismark #507582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 24.46%
G = 35.78%
B = 39.76%

CMYK

 C value IS 0.38

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507582 (or 0x507582) is known color: Bismark. HEX triplet: 50, 75 and 82. RGB value is (80,117,130). Sum of RGB (Red+Green+Blue) = 80+117+130=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #507582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507582 is #AF8A7D. Grayscale: #6B6B6B. Windows color (decimal): -11504254 or 8549712. OLE color: 8549712.

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

Color convert

RGB 80 117 130 -
CMYK 0.38 0.1 0 0.49
HSL 195.6º 0.24% 0.41% -
HSV(B) 195.6º 0.38% 0.51% -
XYZ 13.7 16.04 23.49 -
YUV 107.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 80 117 130 0.38 0.1 0 0.49 195.6 0.24 0.41
Hex 50 75 82 26 A 0 31 C4 18 29
Octal 120 165 202 46 12 0 61 304 30 51
Binary 1010000 1110101 10000010 100110 1010 0 110001 11000100 11000 101001

Color Harmonies of #507582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507582

Black with #507582

Text Example


Text Example

White with #507582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507582; }

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

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

background-color css

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

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

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

border-color css

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

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

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