#507B90

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

Shades of Jelly Bean #507B90

Tints of Jelly Bean #507B90

Color information

#507B90 (or 0x507B90) is unknown color: approx Jelly Bean. HEX triplet: 50, 7B and 90. RGB value is (80,123,144). Sum of RGB (Red+Green+Blue) = 80+123+144=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #507B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B90 is #AF846F. Grayscale: #707070. Windows color (decimal): -11502704 or 9468752. OLE color: 9468752.

HSL color Cylindrical-coordinate representation of color #507B90: hue angle of 199.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507B90 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80123144-
CMYK0.440.1500.44
HSL199.69º28.57%43.92%-
HSV(B)199.69º44.44%56.47%-
XYZ15.4317.8929.02-
YUV112.54145.75104.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=23.05%
G=35.45%
B=41.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801231440.440.1500.44199.6928.5743.92
Hex507B902CF02Cc81d2c
Octal12017322054170543103554
Binary1010000111101110010000101100111101011001100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507B90; }

 p { color: rgb(80,123,144); }

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

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

 a { background-color: rgb(80,123,144); }

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

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

 span { border-color: rgb(80,123,144); }

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