Html Css Color HEX #507995 Jelly Bean

📋 copy color: '#507995'

red 80 ◦ green 121 ◦ blue 149

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

Shades of Jelly Bean #507995

Tints of Jelly Bean #507995

RGB

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

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

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

R = 22.86%
G = 34.57%
B = 42.57%

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

#507995 (or 0x507995) is known color: Jelly Bean. HEX triplet: 50, 79 and 95. RGB value is (80,121,149). Sum of RGB (Red+Green+Blue) = 80+121+149=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #507995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507995 is #AF866A. Grayscale: #6F6F6F. Windows color (decimal): -11503211 or 9795920. OLE color: 9795920.

HSL color Cylindrical-coordinate representation of color #507995: hue angle of 204.35º 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 #507995 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 121 149 -
CMYK 0.46 0.19 0 0.42
HSL 204.35º 0.3% 0.45% -
HSV(B) 204.35º 0.46% 0.58% -
XYZ 15.57 17.55 31 -
YUV 111.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 80 121 149 0.46 0.19 0 0.42 204.35 0.3 0.45
Hex 50 79 95 2E 13 0 2A CC 1E 2D
Octal 120 171 225 56 23 0 52 314 36 55
Binary 1010000 1111001 10010101 101110 10011 0 101010 11001100 11110 101101

Color Harmonies of #507995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507995

Black with #507995

Text Example


Text Example

White with #507995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507995; }

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

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

background-color css

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

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

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

border-color css

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

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

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