Html Css Color HEX #507378 Bismark

📋 copy color: '#507378'

red 80 ◦ green 115 ◦ blue 120

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

Shades of Bismark #507378

Tints of Bismark #507378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 25.4%
G = 36.51%
B = 38.1%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507378 (or 0x507378) is known color: Bismark. HEX triplet: 50, 73 and 78. RGB value is (80,115,120). Sum of RGB (Red+Green+Blue) = 80+115+120=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #507378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507378 is #AF8C87. Grayscale: #696969. Windows color (decimal): -11504776 or 7893840. OLE color: 7893840.

HSL color Cylindrical-coordinate representation of color #507378: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507378 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 115 120 -
CMYK 0.33 0.04 0 0.53
HSL 187.5º 0.2% 0.39% -
HSV(B) 187.5º 0.33% 0.47% -
XYZ 12.83 15.32 20.05 -
YUV 105.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 80 115 120 0.33 0.04 0 0.53 187.5 0.2 0.39
Hex 50 73 78 21 4 0 35 BC 14 27
Octal 120 163 170 41 4 0 65 274 24 47
Binary 1010000 1110011 1111000 100001 100 0 110101 10111100 10100 100111

Color Harmonies of #507378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507378

Black with #507378

Text Example


Text Example

White with #507378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507378; }

 p { color: rgb(80,115,120); }

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

background-color css

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

 a { background-color: rgb(80,115,120); }

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

border-color css

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

 span { border-color: rgb(80,115,120); }

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