#507d8a

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

Shades of Jelly Bean #507D8A

Tints of Jelly Bean #507D8A

Color information

#507D8A (or 0x507D8A) is unknown color: approx Jelly Bean. HEX triplet: 50, 7D and 8A. RGB value is (80,125,138). Sum of RGB (Red+Green+Blue) = 80+125+138=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #507D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D8A is #AF8275. Grayscale: #707070. Windows color (decimal): -11502198 or 9076048. OLE color: 9076048.

HSL color Cylindrical-coordinate representation of color #507D8A: hue angle of 193.45º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507D8A is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80125138-
CMYK0.420.0900.46
HSL193.45º26.61%42.75%-
HSV(B)193.45º42.03%54.12%-
XYZ15.2318.2126.76-
YUV113.03142.09104.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=23.32%
G=36.44%
B=40.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801251380.420.0900.46193.4526.6142.75
Hex507D8A2A902Ec11b2b
Octal12017521252110563013353
Binary1010000111110110001010101010100101011101100000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507d8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,125,138); }

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

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

 a { background-color: rgb(80,125,138); }

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

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

 span { border-color: rgb(80,125,138); }

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