Html Css Color HEX #507895 Jelly Bean

📋 copy color: '#507895'

red 80 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #507895

Tints of Jelly Bean #507895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 22.92%
G = 34.38%
B = 42.69%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#507895 (or 0x507895) is known color: Jelly Bean. HEX triplet: 50, 78 and 95. RGB value is (80,120,149). Sum of RGB (Red+Green+Blue) = 80+120+149=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #507895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507895 is #AF876A. Grayscale: #6F6F6F. Windows color (decimal): -11503467 or 9795664. OLE color: 9795664.

HSL color Cylindrical-coordinate representation of color #507895: hue angle of 205.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507895 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 120 149 -
CMYK 0.46 0.19 0 0.42
HSL 205.22º 0.3% 0.45% -
HSV(B) 205.22º 0.46% 0.58% -
XYZ 15.45 17.31 30.96 -
YUV 111.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 80 120 149 0.46 0.19 0 0.42 205.22 0.3 0.45
Hex 50 78 95 2E 13 0 2A CD 1E 2D
Octal 120 170 225 56 23 0 52 315 36 55
Binary 1010000 1111000 10010101 101110 10011 0 101010 11001101 11110 101101

Color Harmonies of #507895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507895

Black with #507895

Text Example


Text Example

White with #507895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507895; }

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

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

background-color css

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

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

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

border-color css

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

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

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