Html Css Color HEX #507991 Jelly Bean

📋 copy color: '#507991'

red 80 ◦ green 121 ◦ blue 145

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

Shades of Jelly Bean #507991

Tints of Jelly Bean #507991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 23.12%
G = 34.97%
B = 41.91%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507991 (or 0x507991) is known color: Jelly Bean. HEX triplet: 50, 79 and 91. RGB value is (80,121,145). Sum of RGB (Red+Green+Blue) = 80+121+145=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #507991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507991 is #AF866E. Grayscale: #6F6F6F. Windows color (decimal): -11503215 or 9533776. OLE color: 9533776.

HSL color Cylindrical-coordinate representation of color #507991: hue angle of 202.15º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507991 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 121 145 -
CMYK 0.45 0.17 0 0.43
HSL 202.15º 0.29% 0.44% -
HSV(B) 202.15º 0.45% 0.57% -
XYZ 15.26 17.42 29.35 -
YUV 111.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 80 121 145 0.45 0.17 0 0.43 202.15 0.29 0.44
Hex 50 79 91 2D 11 0 2B CA 1D 2C
Octal 120 171 221 55 21 0 53 312 35 54
Binary 1010000 1111001 10010001 101101 10001 0 101011 11001010 11101 101100

Color Harmonies of #507991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507991

Black with #507991

Text Example


Text Example

White with #507991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507991; }

 p { color: rgb(80,121,145); }

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

background-color css

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

 a { background-color: rgb(80,121,145); }

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

border-color css

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

 span { border-color: rgb(80,121,145); }

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