#507F8B

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

Shades of Jelly Bean #507F8B

Tints of Jelly Bean #507F8B

Color information

#507F8B (or 0x507F8B) is unknown color: approx Jelly Bean. HEX triplet: 50, 7F and 8B. RGB value is (80,127,139). Sum of RGB (Red+Green+Blue) = 80+127+139=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #507F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F8B is #AF8074. Grayscale: #727272. Windows color (decimal): -11501685 or 9142096. OLE color: 9142096.

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

Color convert

RGB80127139-
CMYK0.420.0900.45
HSL192.2º26.94%42.94%-
HSV(B)192.2º42.45%54.51%-
XYZ15.5618.7527.22-
YUV114.32141.93103.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=23.12%
G=36.71%
B=40.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801271390.420.0900.45192.226.9442.94
Hex507F8B2A902Dc01b2b
Octal12017721352110553003353
Binary1010000111111110001011101010100101011011100000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,127,139); }

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

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

 a { background-color: rgb(80,127,139); }

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

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

 span { border-color: rgb(80,127,139); }

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