Html Css Color HEX #507682 Bismark

📋 copy color: '#507682'

red 80 ◦ green 118 ◦ blue 130

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

Shades of Bismark #507682

Tints of Bismark #507682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 24.39%
G = 35.98%
B = 39.63%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507682 (or 0x507682) is known color: Bismark. HEX triplet: 50, 76 and 82. RGB value is (80,118,130). Sum of RGB (Red+Green+Blue) = 80+118+130=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #507682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507682 is #AF897D. Grayscale: #6B6B6B. Windows color (decimal): -11503998 or 8549968. OLE color: 8549968.

HSL color Cylindrical-coordinate representation of color #507682: hue angle of 194.4º degrees, saturation: 0.24, 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 #507682 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 118 130 -
CMYK 0.38 0.09 0 0.49
HSL 194.4º 0.24% 0.41% -
HSV(B) 194.4º 0.38% 0.51% -
XYZ 13.82 16.27 23.53 -
YUV 108.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 80 118 130 0.38 0.09 0 0.49 194.4 0.24 0.41
Hex 50 76 82 26 9 0 31 C2 18 29
Octal 120 166 202 46 11 0 61 302 30 51
Binary 1010000 1110110 10000010 100110 1001 0 110001 11000010 11000 101001

Color Harmonies of #507682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507682

Black with #507682

Text Example


Text Example

White with #507682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507682; }

 p { color: rgb(80,118,130); }

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

background-color css

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

 a { background-color: rgb(80,118,130); }

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

border-color css

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

 span { border-color: rgb(80,118,130); }

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