Html Css Color HEX #507583 Bismark

📋 copy color: '#507583'

red 80 ◦ green 117 ◦ blue 131

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

Shades of Bismark #507583

Tints of Bismark #507583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 24.39%
G = 35.67%
B = 39.94%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507583 (or 0x507583) is known color: Bismark. HEX triplet: 50, 75 and 83. RGB value is (80,117,131). Sum of RGB (Red+Green+Blue) = 80+117+131=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #507583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507583 is #AF8A7C. Grayscale: #6B6B6B. Windows color (decimal): -11504253 or 8615248. OLE color: 8615248.

HSL color Cylindrical-coordinate representation of color #507583: hue angle of 196.47º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507583 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 117 131 -
CMYK 0.39 0.11 0 0.49
HSL 196.47º 0.24% 0.41% -
HSV(B) 196.47º 0.39% 0.51% -
XYZ 13.77 16.07 23.85 -
YUV 107.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 80 117 131 0.39 0.11 0 0.49 196.47 0.24 0.41
Hex 50 75 83 27 B 0 31 C4 18 29
Octal 120 165 203 47 13 0 61 304 30 51
Binary 1010000 1110101 10000011 100111 1011 0 110001 11000100 11000 101001

Color Harmonies of #507583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507583

Black with #507583

Text Example


Text Example

White with #507583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507583; }

 p { color: rgb(80,117,131); }

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

background-color css

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

 a { background-color: rgb(80,117,131); }

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

border-color css

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

 span { border-color: rgb(80,117,131); }

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