Html Css Color HEX #507278 Bismark

📋 copy color: '#507278'

red 80 ◦ green 114 ◦ blue 120

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

Shades of Bismark #507278

Tints of Bismark #507278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

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

R = 25.48%
G = 36.31%
B = 38.22%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#507278 (or 0x507278) is known color: Bismark. HEX triplet: 50, 72 and 78. RGB value is (80,114,120). Sum of RGB (Red+Green+Blue) = 80+114+120=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #507278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507278 is #AF8D87. Grayscale: #686868. Windows color (decimal): -11505032 or 7893584. OLE color: 7893584.

HSL color Cylindrical-coordinate representation of color #507278: hue angle of 189º 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 #507278 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 114 120 -
CMYK 0.33 0.05 0 0.53
HSL 189º 0.2% 0.39% -
HSV(B) 189º 0.33% 0.47% -
XYZ 12.72 15.1 20.01 -
YUV 104.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 80 114 120 0.33 0.05 0 0.53 189 0.2 0.39
Hex 50 72 78 21 5 0 35 BD 14 27
Octal 120 162 170 41 5 0 65 275 24 47
Binary 1010000 1110010 1111000 100001 101 0 110101 10111101 10100 100111

Color Harmonies of #507278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507278

Black with #507278

Text Example


Text Example

White with #507278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507278; }

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

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

background-color css

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

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

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

border-color css

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

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

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