Html Css Color HEX #507075 Bismark

📋 copy color: '#507075'

red 80 ◦ green 112 ◦ blue 117

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

Shades of Bismark #507075

Tints of Bismark #507075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 25.89%
G = 36.25%
B = 37.86%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507075 (or 0x507075) is known color: Bismark. HEX triplet: 50, 70 and 75. RGB value is (80,112,117). Sum of RGB (Red+Green+Blue) = 80+112+117=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #507075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507075 is #AF8F8A. Grayscale: #666666. Windows color (decimal): -11505547 or 7696464. OLE color: 7696464.

HSL color Cylindrical-coordinate representation of color #507075: hue angle of 188.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507075 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 112 117 -
CMYK 0.32 0.04 0 0.54
HSL 188.11º 0.19% 0.39% -
HSV(B) 188.11º 0.32% 0.46% -
XYZ 12.31 14.58 18.99 -
YUV 103 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 80 112 117 0.32 0.04 0 0.54 188.11 0.19 0.39
Hex 50 70 75 20 4 0 36 BC 13 27
Octal 120 160 165 40 4 0 66 274 23 47
Binary 1010000 1110000 1110101 100000 100 0 110110 10111100 10011 100111

Color Harmonies of #507075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507075

Black with #507075

Text Example


Text Example

White with #507075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507075; }

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

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

background-color css

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

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

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

border-color css

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

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

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