#507A88

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

Shades of Jelly Bean #507A88

Tints of Jelly Bean #507A88

Color information

#507A88 (or 0x507A88) is unknown color: approx Jelly Bean. HEX triplet: 50, 7A and 88. RGB value is (80,122,136). Sum of RGB (Red+Green+Blue) = 80+122+136=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #507A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A88 is #AF8577. Grayscale: #6E6E6E. Windows color (decimal): -11502968 or 8944208. OLE color: 8944208.

HSL color Cylindrical-coordinate representation of color #507A88: hue angle of 195º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507A88 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80122136-
CMYK0.410.1000.47
HSL195º25.93%42.35%-
HSV(B)195º41.18%53.33%-
XYZ14.7117.425.88-
YUV111.04142.09105.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=23.67%
G=36.09%
B=40.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801221360.410.1000.4719525.9342.35
Hex507A8829A02Fc31a2a
Octal12017221051120573033252
Binary1010000111101010001000101001101001011111100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,136); }

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

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

 a { background-color: rgb(80,122,136); }

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

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

 span { border-color: rgb(80,122,136); }

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