#507793

Color #507793 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #507793

Tints of Jelly Bean #507793

Color information

#507793 (or 0x507793) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 93. RGB value is (80,119,147). Sum of RGB (Red+Green+Blue) = 80+119+147=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #507793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507793 is #AF886C. Grayscale: #6E6E6E. Windows color (decimal): -11503725 or 9664336. OLE color: 9664336.

HSL color Cylindrical-coordinate representation of color #507793: hue angle of 205.07º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507793 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80119147-
CMYK0.460.1900.42
HSL205.07º29.52%44.51%-
HSV(B)205.07º45.58%57.65%-
XYZ15.1717.0130.09-
YUV110.53148.58106.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=23.12%
G=34.39%
B=42.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801191470.460.1900.42205.0729.5244.51
Hex5077932E1302Acd1e2d
Octal12016722356230523153655
Binary10100001110111100100111011101001101010101100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507793; }

 p { color: rgb(80,119,147); }

 H1.HeaderClassName
 {
   color: #507793;
 }
 .AnyTagClassName
 {
   color: #507793;
 }
</style>
background-color css

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

 a { background-color: rgb(80,119,147); }

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

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

 span { border-color: rgb(80,119,147); }

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