Html Css Color HEX #507484 Bismark

📋 copy color: '#507484'

red 80 ◦ green 116 ◦ blue 132

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

Shades of Bismark #507484

Tints of Bismark #507484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 24.39%
G = 35.37%
B = 40.24%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#507484 (or 0x507484) is known color: Bismark. HEX triplet: 50, 74 and 84. RGB value is (80,116,132). Sum of RGB (Red+Green+Blue) = 80+116+132=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #507484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507484 is #AF8B7B. Grayscale: #6A6A6A. Windows color (decimal): -11504508 or 8680528. OLE color: 8680528.

HSL color Cylindrical-coordinate representation of color #507484: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507484 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 116 132 -
CMYK 0.39 0.12 0 0.48
HSL 198.46º 0.25% 0.42% -
HSV(B) 198.46º 0.39% 0.52% -
XYZ 13.72 15.86 24.17 -
YUV 107.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 80 116 132 0.39 0.12 0 0.48 198.46 0.25 0.42
Hex 50 74 84 27 C 0 30 C6 19 2A
Octal 120 164 204 47 14 0 60 306 31 52
Binary 1010000 1110100 10000100 100111 1100 0 110000 11000110 11001 101010

Color Harmonies of #507484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507484

Black with #507484

Text Example


Text Example

White with #507484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507484; }

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

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

background-color css

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

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

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

border-color css

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

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

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