Html Css Color HEX #507896 Jelly Bean

📋 copy color: '#507896'

red 80 ◦ green 120 ◦ blue 150

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

Shades of Jelly Bean #507896

Tints of Jelly Bean #507896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

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

R = 22.86%
G = 34.29%
B = 42.86%

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

#507896 (or 0x507896) is known color: Jelly Bean. HEX triplet: 50, 78 and 96. RGB value is (80,120,150). Sum of RGB (Red+Green+Blue) = 80+120+150=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #507896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507896 is #AF8769. Grayscale: #6F6F6F. Windows color (decimal): -11503466 or 9861200. OLE color: 9861200.

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

Color convert

RGB 80 120 150 -
CMYK 0.47 0.20 0 0.41
HSL 205.71º 0.3% 0.45% -
HSV(B) 205.71º 0.47% 0.59% -
XYZ 15.53 17.34 31.38 -
YUV 111.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 80 120 150 0.47 0.20 0 0.41 205.71 0.3 0.45
Hex 50 78 96 2F 14 0 29 CE 1E 2D
Octal 120 170 226 57 24 0 51 316 36 55
Binary 1010000 1111000 10010110 101111 10100 0 101001 11001110 11110 101101

Color Harmonies of #507896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507896

Black with #507896

Text Example


Text Example

White with #507896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507896; }

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

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

background-color css

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

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

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

border-color css

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

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

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