Html Css Color HEX #506F81 Bismark

📋 copy color: '#506F81'

red 80 ◦ green 111 ◦ blue 129

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

Shades of Bismark #506F81

Tints of Bismark #506F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 25%
G = 34.69%
B = 40.31%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506F81 (or 0x506F81) is known color: Bismark. HEX triplet: 50, 6F and 81. RGB value is (80,111,129). Sum of RGB (Red+Green+Blue) = 80+111+129=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #506F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506F81 is #AF907E. Grayscale: #676767. Windows color (decimal): -11505791 or 8482640. OLE color: 8482640.

HSL color Cylindrical-coordinate representation of color #506F81: hue angle of 202.04º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506F81 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 111 129 -
CMYK 0.38 0.14 0 0.49
HSL 202.04º 0.23% 0.41% -
HSV(B) 202.04º 0.38% 0.51% -
XYZ 12.96 14.66 22.92 -
YUV 103.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 80 111 129 0.38 0.14 0 0.49 202.04 0.23 0.41
Hex 50 6F 81 26 E 0 31 CA 17 29
Octal 120 157 201 46 16 0 61 312 27 51
Binary 1010000 1101111 10000001 100110 1110 0 110001 11001010 10111 101001

Color Harmonies of #506F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F81

Black with #506F81

Text Example


Text Example

White with #506F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,129); }

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

background-color css

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

 a { background-color: rgb(80,111,129); }

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

border-color css

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

 span { border-color: rgb(80,111,129); }

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