Html Css Color HEX #507996 Jelly Bean

📋 copy color: '#507996'

red 80 ◦ green 121 ◦ blue 150

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

Shades of Jelly Bean #507996

Tints of Jelly Bean #507996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 22.79%
G = 34.47%
B = 42.74%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507996 (or 0x507996) is known color: Jelly Bean. HEX triplet: 50, 79 and 96. RGB value is (80,121,150). Sum of RGB (Red+Green+Blue) = 80+121+150=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #507996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507996 is #AF8669. Grayscale: #6F6F6F. Windows color (decimal): -11503210 or 9861456. OLE color: 9861456.

HSL color Cylindrical-coordinate representation of color #507996: hue angle of 204.86º degrees, saturation: 0.3, 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 #507996 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 121 150 -
CMYK 0.47 0.19 0 0.41
HSL 204.86º 0.3% 0.45% -
HSV(B) 204.86º 0.47% 0.59% -
XYZ 15.65 17.58 31.42 -
YUV 112.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 80 121 150 0.47 0.19 0 0.41 204.86 0.3 0.45
Hex 50 79 96 2F 13 0 29 CD 1E 2D
Octal 120 171 226 57 23 0 51 315 36 55
Binary 1010000 1111001 10010110 101111 10011 0 101001 11001101 11110 101101

Color Harmonies of #507996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507996

Black with #507996

Text Example


Text Example

White with #507996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507996; }

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

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

background-color css

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

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

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

border-color css

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

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

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