Html Css Color HEX #506C75 Bismark

📋 copy color: '#506C75'

red 80 ◦ green 108 ◦ blue 117

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

Shades of Bismark #506C75

Tints of Bismark #506C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

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

R = 26.23%
G = 35.41%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506C75 (or 0x506C75) is known color: Bismark. HEX triplet: 50, 6C and 75. RGB value is (80,108,117). Sum of RGB (Red+Green+Blue) = 80+108+117=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #506C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C75 is #AF938A. Grayscale: #646464. Windows color (decimal): -11506571 or 7695440. OLE color: 7695440.

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

Color convert

RGB 80 108 117 -
CMYK 0.32 0.08 0 0.54
HSL 194.59º 0.19% 0.39% -
HSV(B) 194.59º 0.32% 0.46% -
XYZ 11.88 13.71 18.85 -
YUV 100.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 80 108 117 0.32 0.08 0 0.54 194.59 0.19 0.39
Hex 50 6C 75 20 8 0 36 C3 13 27
Octal 120 154 165 40 10 0 66 303 23 47
Binary 1010000 1101100 1110101 100000 1000 0 110110 11000011 10011 100111

Color Harmonies of #506C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C75

Black with #506C75

Text Example


Text Example

White with #506C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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