Html Css Color HEX #507F8B Jelly Bean

📋 copy color: '#507F8B'

red 80 ◦ green 127 ◦ blue 139

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

Shades of Jelly Bean #507F8B

Tints of Jelly Bean #507F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 23.12%
G = 36.71%
B = 40.17%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#507F8B (or 0x507F8B) is known color: Jelly Bean. HEX triplet: 50, 7F and 8B. RGB value is (80,127,139). Sum of RGB (Red+Green+Blue) = 80+127+139=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #507F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F8B is #AF8074. Grayscale: #727272. Windows color (decimal): -11501685 or 9142096. OLE color: 9142096.

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

Color convert

RGB 80 127 139 -
CMYK 0.42 0.09 0 0.45
HSL 192.2º 0.27% 0.43% -
HSV(B) 192.2º 0.42% 0.55% -
XYZ 15.56 18.75 27.22 -
YUV 114.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 80 127 139 0.42 0.09 0 0.45 192.2 0.27 0.43
Hex 50 7F 8B 2A 9 0 2D C0 1B 2B
Octal 120 177 213 52 11 0 55 300 33 53
Binary 1010000 1111111 10001011 101010 1001 0 101101 11000000 11011 101011

Color Harmonies of #507F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F8B

Black with #507F8B

Text Example


Text Example

White with #507F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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