Html Css Color HEX #507B99 Jelly Bean

📋 copy color: '#507B99'

red 80 ◦ green 123 ◦ blue 153

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

Shades of Jelly Bean #507B99

Tints of Jelly Bean #507B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 22.47%
G = 34.55%
B = 42.98%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#507B99 (or 0x507B99) is known color: Jelly Bean. HEX triplet: 50, 7B and 99. RGB value is (80,123,153). Sum of RGB (Red+Green+Blue) = 80+123+153=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #507B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B99 is #AF8466. Grayscale: #717171. Windows color (decimal): -11502695 or 10058576. OLE color: 10058576.

HSL color Cylindrical-coordinate representation of color #507B99: hue angle of 204.66º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507B99 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 123 153 -
CMYK 0.48 0.20 0 0.4
HSL 204.66º 0.31% 0.46% -
HSV(B) 204.66º 0.48% 0.6% -
XYZ 16.14 18.17 32.79 -
YUV 113.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 80 123 153 0.48 0.20 0 0.4 204.66 0.31 0.46
Hex 50 7B 99 30 14 0 28 CD 1F 2E
Octal 120 173 231 60 24 0 50 315 37 56
Binary 1010000 1111011 10011001 110000 10100 0 101000 11001101 11111 101110

Color Harmonies of #507B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B99

Black with #507B99

Text Example


Text Example

White with #507B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,153); }

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

background-color css

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

 a { background-color: rgb(80,123,153); }

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

border-color css

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

 span { border-color: rgb(80,123,153); }

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