Html Css Color HEX #507B8E Jelly Bean

📋 copy color: '#507B8E'

red 80 ◦ green 123 ◦ blue 142

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

Shades of Jelly Bean #507B8E

Tints of Jelly Bean #507B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 23.19%
G = 35.65%
B = 41.16%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#507B8E (or 0x507B8E) is known color: Jelly Bean. HEX triplet: 50, 7B and 8E. RGB value is (80,123,142). Sum of RGB (Red+Green+Blue) = 80+123+142=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #507B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B8E is #AF8471. Grayscale: #707070. Windows color (decimal): -11502706 or 9337680. OLE color: 9337680.

HSL color Cylindrical-coordinate representation of color #507B8E: hue angle of 198.39º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507B8E is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 123 142 -
CMYK 0.44 0.13 0 0.44
HSL 198.39º 0.28% 0.44% -
HSV(B) 198.39º 0.44% 0.56% -
XYZ 15.27 17.82 28.23 -
YUV 112.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 80 123 142 0.44 0.13 0 0.44 198.39 0.28 0.44
Hex 50 7B 8E 2C D 0 2C C6 1C 2C
Octal 120 173 216 54 15 0 54 306 34 54
Binary 1010000 1111011 10001110 101100 1101 0 101100 11000110 11100 101100

Color Harmonies of #507B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B8E

Black with #507B8E

Text Example


Text Example

White with #507B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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