Html Css Color HEX #507890 Jelly Bean

📋 copy color: '#507890'

red 80 ◦ green 120 ◦ blue 144

#507890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #507890

Tints of Jelly Bean #507890

RGB

 RED value IS 80 (31.64% from 255) = 23.26%

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 23.26%
G = 34.88%
B = 41.86%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507890 (or 0x507890) is known color: Jelly Bean. HEX triplet: 50, 78 and 90. RGB value is (80,120,144). Sum of RGB (Red+Green+Blue) = 80+120+144=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #507890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507890 is #AF876F. Grayscale: #6E6E6E. Windows color (decimal): -11503472 or 9467984. OLE color: 9467984.

HSL color Cylindrical-coordinate representation of color #507890: hue angle of 202.5º 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 #507890 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 120 144 -
CMYK 0.44 0.17 0 0.44
HSL 202.5º 0.29% 0.44% -
HSV(B) 202.5º 0.44% 0.56% -
XYZ 15.06 17.15 28.9 -
YUV 110.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 80 120 144 0.44 0.17 0 0.44 202.5 0.29 0.44
Hex 50 78 90 2C 11 0 2C CA 1D 2C
Octal 120 170 220 54 21 0 54 312 35 54
Binary 1010000 1111000 10010000 101100 10001 0 101100 11001010 11101 101100

Color Harmonies of #507890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507890

Black with #507890

Text Example


Text Example

White with #507890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507890; }

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

 H1.HeaderClassName
 {
   color: #507890;
 }
 .AnyTagClassName
 {
   color: #507890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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