Html Css Color HEX #507790 Jelly Bean

📋 copy color: '#507790'

red 80 ◦ green 119 ◦ blue 144

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

Shades of Jelly Bean #507790

Tints of Jelly Bean #507790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

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

R = 23.32%
G = 34.69%
B = 41.98%

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

#507790 (or 0x507790) is known color: Jelly Bean. HEX triplet: 50, 77 and 90. RGB value is (80,119,144). Sum of RGB (Red+Green+Blue) = 80+119+144=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #507790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507790 is #AF886F. Grayscale: #6E6E6E. Windows color (decimal): -11503728 or 9467728. OLE color: 9467728.

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

Color convert

RGB 80 119 144 -
CMYK 0.44 0.17 0 0.44
HSL 203.44º 0.29% 0.44% -
HSV(B) 203.44º 0.44% 0.56% -
XYZ 14.94 16.91 28.86 -
YUV 110.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 80 119 144 0.44 0.17 0 0.44 203.44 0.29 0.44
Hex 50 77 90 2C 11 0 2C CB 1D 2C
Octal 120 167 220 54 21 0 54 313 35 54
Binary 1010000 1110111 10010000 101100 10001 0 101100 11001011 11101 101100

Color Harmonies of #507790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507790

Black with #507790

Text Example


Text Example

White with #507790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507790; }

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

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

background-color css

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

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

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

border-color css

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

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

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