Html Css Color HEX #506574 Bismark

📋 copy color: '#506574'

red 80 ◦ green 101 ◦ blue 116

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

Shades of Bismark #506574

Tints of Bismark #506574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 26.94%
G = 34.01%
B = 39.06%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506574 (or 0x506574) is known color: Bismark. HEX triplet: 50, 65 and 74. RGB value is (80,101,116). Sum of RGB (Red+Green+Blue) = 80+101+116=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #506574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506574 is #AF9A8B. Grayscale: #606060. Windows color (decimal): -11508364 or 7628112. OLE color: 7628112.

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

Color convert

RGB 80 101 116 -
CMYK 0.31 0.13 0 0.55
HSL 205º 0.18% 0.38% -
HSV(B) 205º 0.31% 0.45% -
XYZ 11.11 12.27 18.31 -
YUV 96.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 80 101 116 0.31 0.13 0 0.55 205 0.18 0.38
Hex 50 65 74 1F D 0 37 CD 12 26
Octal 120 145 164 37 15 0 67 315 22 46
Binary 1010000 1100101 1110100 11111 1101 0 110111 11001101 10010 100110

Color Harmonies of #506574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506574

Black with #506574

Text Example


Text Example

White with #506574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506574; }

 p { color: rgb(80,101,116); }

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

background-color css

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

 a { background-color: rgb(80,101,116); }

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

border-color css

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

 span { border-color: rgb(80,101,116); }

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