Html Css Color HEX #506A75 Bismark

📋 copy color: '#506A75'

red 80 ◦ green 106 ◦ blue 117

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

Shades of Bismark #506A75

Tints of Bismark #506A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

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

R = 26.4%
G = 34.98%
B = 38.61%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506A75 (or 0x506A75) is known color: Bismark. HEX triplet: 50, 6A and 75. RGB value is (80,106,117). Sum of RGB (Red+Green+Blue) = 80+106+117=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #506A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A75 is #AF958A. Grayscale: #636363. Windows color (decimal): -11507083 or 7694928. OLE color: 7694928.

HSL color Cylindrical-coordinate representation of color #506A75: hue angle of 197.84º 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 #506A75 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 106 117 -
CMYK 0.32 0.09 0 0.54
HSL 197.84º 0.19% 0.39% -
HSV(B) 197.84º 0.32% 0.46% -
XYZ 11.67 13.3 18.78 -
YUV 99.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 80 106 117 0.32 0.09 0 0.54 197.84 0.19 0.39
Hex 50 6A 75 20 9 0 36 C6 13 27
Octal 120 152 165 40 11 0 66 306 23 47
Binary 1010000 1101010 1110101 100000 1001 0 110110 11000110 10011 100111

Color Harmonies of #506A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A75

Black with #506A75

Text Example


Text Example

White with #506A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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