Html Css Color HEX #507C91 Jelly Bean

📋 copy color: '#507C91'

red 80 ◦ green 124 ◦ blue 145

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

Shades of Jelly Bean #507C91

Tints of Jelly Bean #507C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 22.92%
G = 35.53%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507C91 (or 0x507C91) is known color: Jelly Bean. HEX triplet: 50, 7C and 91. RGB value is (80,124,145). Sum of RGB (Red+Green+Blue) = 80+124+145=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #507C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C91 is #AF836E. Grayscale: #717171. Windows color (decimal): -11502447 or 9534544. OLE color: 9534544.

HSL color Cylindrical-coordinate representation of color #507C91: hue angle of 199.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507C91 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 124 145 -
CMYK 0.45 0.14 0 0.43
HSL 199.38º 0.29% 0.44% -
HSV(B) 199.38º 0.45% 0.57% -
XYZ 15.63 18.17 29.47 -
YUV 113.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 80 124 145 0.45 0.14 0 0.43 199.38 0.29 0.44
Hex 50 7C 91 2D E 0 2B C7 1D 2C
Octal 120 174 221 55 16 0 53 307 35 54
Binary 1010000 1111100 10010001 101101 1110 0 101011 11000111 11101 101100

Color Harmonies of #507C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C91

Black with #507C91

Text Example


Text Example

White with #507C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C91; }

 p { color: rgb(80,124,145); }

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

background-color css

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

 a { background-color: rgb(80,124,145); }

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

border-color css

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

 span { border-color: rgb(80,124,145); }

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