Html Css Color HEX #506775 Bismark

📋 copy color: '#506775'

red 80 ◦ green 103 ◦ blue 117

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

Shades of Bismark #506775

Tints of Bismark #506775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.33%

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

R = 26.67%
G = 34.33%
B = 39%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#506775 (or 0x506775) is known color: Bismark. HEX triplet: 50, 67 and 75. RGB value is (80,103,117). Sum of RGB (Red+Green+Blue) = 80+103+117=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #506775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506775 is #AF988A. Grayscale: #616161. Windows color (decimal): -11507851 or 7694160. OLE color: 7694160.

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

Color convert

RGB 80 103 117 -
CMYK 0.32 0.12 0 0.54
HSL 202.7º 0.19% 0.39% -
HSV(B) 202.7º 0.32% 0.46% -
XYZ 11.37 12.69 18.68 -
YUV 97.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 80 103 117 0.32 0.12 0 0.54 202.7 0.19 0.39
Hex 50 67 75 20 C 0 36 CB 13 27
Octal 120 147 165 40 14 0 66 313 23 47
Binary 1010000 1100111 1110101 100000 1100 0 110110 11001011 10011 100111

Color Harmonies of #506775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506775

Black with #506775

Text Example


Text Example

White with #506775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506775; }

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

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

background-color css

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

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

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

border-color css

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

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

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