Html Css Color HEX #507D90 Jelly Bean

📋 copy color: '#507D90'

red 80 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #507D90

Tints of Jelly Bean #507D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.82%

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

R = 22.92%
G = 35.82%
B = 41.26%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507D90 (or 0x507D90) is known color: Jelly Bean. HEX triplet: 50, 7D and 90. RGB value is (80,125,144). Sum of RGB (Red+Green+Blue) = 80+125+144=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #507D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D90 is #AF826F. Grayscale: #717171. Windows color (decimal): -11502192 or 9469264. OLE color: 9469264.

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

Color convert

RGB 80 125 144 -
CMYK 0.44 0.13 0 0.44
HSL 197.81º 0.29% 0.44% -
HSV(B) 197.81º 0.44% 0.56% -
XYZ 15.68 18.39 29.11 -
YUV 113.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 80 125 144 0.44 0.13 0 0.44 197.81 0.29 0.44
Hex 50 7D 90 2C D 0 2C C6 1D 2C
Octal 120 175 220 54 15 0 54 306 35 54
Binary 1010000 1111101 10010000 101100 1101 0 101100 11000110 11101 101100

Color Harmonies of #507D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D90

Black with #507D90

Text Example


Text Example

White with #507D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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