Html Css Color HEX #507580 Bismark

📋 copy color: '#507580'

red 80 ◦ green 117 ◦ blue 128

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

Shades of Bismark #507580

Tints of Bismark #507580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 24.62%
G = 36%
B = 39.38%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#507580 (or 0x507580) is known color: Bismark. HEX triplet: 50, 75 and 80. RGB value is (80,117,128). Sum of RGB (Red+Green+Blue) = 80+117+128=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #507580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507580 is #AF8A7F. Grayscale: #6B6B6B. Windows color (decimal): -11504256 or 8418640. OLE color: 8418640.

HSL color Cylindrical-coordinate representation of color #507580: hue angle of 193.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507580 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 117 128 -
CMYK 0.38 0.09 0 0.50
HSL 193.75º 0.23% 0.41% -
HSV(B) 193.75º 0.38% 0.5% -
XYZ 13.57 15.99 22.79 -
YUV 107.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 80 117 128 0.38 0.09 0 0.50 193.75 0.23 0.41
Hex 50 75 80 26 9 0 32 C2 17 29
Octal 120 165 200 46 11 0 62 302 27 51
Binary 1010000 1110101 10000000 100110 1001 0 110010 11000010 10111 101001

Color Harmonies of #507580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507580

Black with #507580

Text Example


Text Example

White with #507580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507580; }

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

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

background-color css

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

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

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

border-color css

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

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

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