Html Css Color HEX #507C92 Jelly Bean

📋 copy color: '#507C92'

red 80 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #507C92

Tints of Jelly Bean #507C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 22.86%
G = 35.43%
B = 41.71%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507C92 (or 0x507C92) is known color: Jelly Bean. HEX triplet: 50, 7C and 92. RGB value is (80,124,146). Sum of RGB (Red+Green+Blue) = 80+124+146=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #507C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C92 is #AF836D. Grayscale: #717171. Windows color (decimal): -11502446 or 9600080. OLE color: 9600080.

HSL color Cylindrical-coordinate representation of color #507C92: hue angle of 200º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507C92 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 124 146 -
CMYK 0.45 0.15 0 0.43
HSL 200º 0.29% 0.44% -
HSV(B) 200º 0.45% 0.57% -
XYZ 15.7 18.2 29.88 -
YUV 113.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 80 124 146 0.45 0.15 0 0.43 200 0.29 0.44
Hex 50 7C 92 2D F 0 2B C8 1D 2C
Octal 120 174 222 55 17 0 53 310 35 54
Binary 1010000 1111100 10010010 101101 1111 0 101011 11001000 11101 101100

Color Harmonies of #507C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C92

Black with #507C92

Text Example


Text Example

White with #507C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,124,146); }

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

background-color css

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

 a { background-color: rgb(80,124,146); }

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

border-color css

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

 span { border-color: rgb(80,124,146); }

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