Html Css Color HEX #507283 Bismark

📋 copy color: '#507283'

red 80 ◦ green 114 ◦ blue 131

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

Shades of Bismark #507283

Tints of Bismark #507283

RGB

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

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

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

R = 24.62%
G = 35.08%
B = 40.31%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507283 (or 0x507283) is known color: Bismark. HEX triplet: 50, 72 and 83. RGB value is (80,114,131). Sum of RGB (Red+Green+Blue) = 80+114+131=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #507283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507283 is #AF8D7C. Grayscale: #696969. Windows color (decimal): -11505021 or 8614480. OLE color: 8614480.

HSL color Cylindrical-coordinate representation of color #507283: hue angle of 200º 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 #507283 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 114 131 -
CMYK 0.39 0.13 0 0.49
HSL 200º 0.24% 0.41% -
HSV(B) 200º 0.39% 0.51% -
XYZ 13.42 15.38 23.73 -
YUV 105.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 80 114 131 0.39 0.13 0 0.49 200 0.24 0.41
Hex 50 72 83 27 D 0 31 C8 18 29
Octal 120 162 203 47 15 0 61 310 30 51
Binary 1010000 1110010 10000011 100111 1101 0 110001 11001000 11000 101001

Color Harmonies of #507283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507283

Black with #507283

Text Example


Text Example

White with #507283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507283; }

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

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

background-color css

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

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

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

border-color css

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

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

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