Html Css Color HEX #507F8D Jelly Bean

📋 copy color: '#507F8D'

red 80 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #507F8D

Tints of Jelly Bean #507F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 22.99%
G = 36.49%
B = 40.52%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#507F8D (or 0x507F8D) is known color: Jelly Bean. HEX triplet: 50, 7F and 8D. RGB value is (80,127,141). Sum of RGB (Red+Green+Blue) = 80+127+141=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #507F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F8D is #AF8072. Grayscale: #727272. Windows color (decimal): -11501683 or 9273168. OLE color: 9273168.

HSL color Cylindrical-coordinate representation of color #507F8D: hue angle of 193.77º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507F8D is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 127 141 -
CMYK 0.43 0.10 0 0.45
HSL 193.77º 0.28% 0.43% -
HSV(B) 193.77º 0.43% 0.55% -
XYZ 15.71 18.81 28 -
YUV 114.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 80 127 141 0.43 0.10 0 0.45 193.77 0.28 0.43
Hex 50 7F 8D 2B A 0 2D C2 1C 2B
Octal 120 177 215 53 12 0 55 302 34 53
Binary 1010000 1111111 10001101 101011 1010 0 101101 11000010 11100 101011

Color Harmonies of #507F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F8D

Black with #507F8D

Text Example


Text Example

White with #507F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,141); }

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

background-color css

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

 a { background-color: rgb(80,127,141); }

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

border-color css

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

 span { border-color: rgb(80,127,141); }

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