Html Css Color HEX #507D97 Jelly Bean

📋 copy color: '#507D97'

red 80 ◦ green 125 ◦ blue 151

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

Shades of Jelly Bean #507D97

Tints of Jelly Bean #507D97

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 22.47%
G = 35.11%
B = 42.42%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507D97 (or 0x507D97) is known color: Jelly Bean. HEX triplet: 50, 7D and 97. RGB value is (80,125,151). Sum of RGB (Red+Green+Blue) = 80+125+151=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #507D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D97 is #AF8268. Grayscale: #727272. Windows color (decimal): -11502185 or 9928016. OLE color: 9928016.

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

Color convert

RGB 80 125 151 -
CMYK 0.47 0.17 0 0.41
HSL 201.97º 0.31% 0.45% -
HSV(B) 201.97º 0.47% 0.59% -
XYZ 16.23 18.61 32.01 -
YUV 114.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 80 125 151 0.47 0.17 0 0.41 201.97 0.31 0.45
Hex 50 7D 97 2F 11 0 29 CA 1F 2D
Octal 120 175 227 57 21 0 51 312 37 55
Binary 1010000 1111101 10010111 101111 10001 0 101001 11001010 11111 101101

Color Harmonies of #507D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D97

Black with #507D97

Text Example


Text Example

White with #507D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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