Html Css Color HEX #507997 Jelly Bean

📋 copy color: '#507997'

red 80 ◦ green 121 ◦ blue 151

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

Shades of Jelly Bean #507997

Tints of Jelly Bean #507997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 22.73%
G = 34.38%
B = 42.9%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507997 (or 0x507997) is known color: Jelly Bean. HEX triplet: 50, 79 and 97. RGB value is (80,121,151). Sum of RGB (Red+Green+Blue) = 80+121+151=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #507997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507997 is #AF8668. Grayscale: #707070. Windows color (decimal): -11503209 or 9926992. OLE color: 9926992.

HSL color Cylindrical-coordinate representation of color #507997: hue angle of 205.35º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507997 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 121 151 -
CMYK 0.47 0.20 0 0.41
HSL 205.35º 0.31% 0.45% -
HSV(B) 205.35º 0.47% 0.59% -
XYZ 15.73 17.61 31.85 -
YUV 112.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 80 121 151 0.47 0.20 0 0.41 205.35 0.31 0.45
Hex 50 79 97 2F 14 0 29 CD 1F 2D
Octal 120 171 227 57 24 0 51 315 37 55
Binary 1010000 1111001 10010111 101111 10100 0 101001 11001101 11111 101101

Color Harmonies of #507997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507997

Black with #507997

Text Example


Text Example

White with #507997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507997; }

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

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

background-color css

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

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

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

border-color css

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

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

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