Html Css Color HEX #506672 Bismark

📋 copy color: '#506672'

red 80 ◦ green 102 ◦ blue 114

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

Shades of Bismark #506672

Tints of Bismark #506672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 27.03%
G = 34.46%
B = 38.51%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506672 (or 0x506672) is known color: Bismark. HEX triplet: 50, 66 and 72. RGB value is (80,102,114). Sum of RGB (Red+Green+Blue) = 80+102+114=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #506672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506672 is #AF998D. Grayscale: #606060. Windows color (decimal): -11508110 or 7497296. OLE color: 7497296.

HSL color Cylindrical-coordinate representation of color #506672: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506672 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 102 114 -
CMYK 0.30 0.11 0 0.55
HSL 201.18º 0.18% 0.38% -
HSV(B) 201.18º 0.3% 0.45% -
XYZ 11.1 12.42 17.73 -
YUV 96.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 80 102 114 0.30 0.11 0 0.55 201.18 0.18 0.38
Hex 50 66 72 1E B 0 37 C9 12 26
Octal 120 146 162 36 13 0 67 311 22 46
Binary 1010000 1100110 1110010 11110 1011 0 110111 11001001 10010 100110

Color Harmonies of #506672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506672

Black with #506672

Text Example


Text Example

White with #506672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506672; }

 p { color: rgb(80,102,114); }

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

background-color css

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

 a { background-color: rgb(80,102,114); }

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

border-color css

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

 span { border-color: rgb(80,102,114); }

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