Html Css Color HEX #507A97 Jelly Bean

📋 copy color: '#507A97'

red 80 ◦ green 122 ◦ blue 151

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

Shades of Jelly Bean #507A97

Tints of Jelly Bean #507A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 22.66%
G = 34.56%
B = 42.78%

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

#507A97 (or 0x507A97) is known color: Jelly Bean. HEX triplet: 50, 7A and 97. RGB value is (80,122,151). Sum of RGB (Red+Green+Blue) = 80+122+151=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #507A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A97 is #AF8568. Grayscale: #707070. Windows color (decimal): -11502953 or 9927248. OLE color: 9927248.

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

Color convert

RGB 80 122 151 -
CMYK 0.47 0.19 0 0.41
HSL 204.51º 0.31% 0.45% -
HSV(B) 204.51º 0.47% 0.59% -
XYZ 15.85 17.86 31.89 -
YUV 112.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 80 122 151 0.47 0.19 0 0.41 204.51 0.31 0.45
Hex 50 7A 97 2F 13 0 29 CD 1F 2D
Octal 120 172 227 57 23 0 51 315 37 55
Binary 1010000 1111010 10010111 101111 10011 0 101001 11001101 11111 101101

Color Harmonies of #507A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A97

Black with #507A97

Text Example


Text Example

White with #507A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,151); }

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

background-color css

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

 a { background-color: rgb(80,122,151); }

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

border-color css

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

 span { border-color: rgb(80,122,151); }

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