Html Css Color HEX #507A8A Jelly Bean

📋 copy color: '#507A8A'

red 80 ◦ green 122 ◦ blue 138

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

Shades of Jelly Bean #507A8A

Tints of Jelly Bean #507A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 23.53%
G = 35.88%
B = 40.59%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#507A8A (or 0x507A8A) is known color: Jelly Bean. HEX triplet: 50, 7A and 8A. RGB value is (80,122,138). Sum of RGB (Red+Green+Blue) = 80+122+138=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #507A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A8A is #AF8575. Grayscale: #6F6F6F. Windows color (decimal): -11502966 or 9075280. OLE color: 9075280.

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

Color convert

RGB 80 122 138 -
CMYK 0.42 0.12 0 0.46
HSL 196.55º 0.27% 0.43% -
HSV(B) 196.55º 0.42% 0.54% -
XYZ 14.86 17.46 26.63 -
YUV 111.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 80 122 138 0.42 0.12 0 0.46 196.55 0.27 0.43
Hex 50 7A 8A 2A C 0 2E C5 1B 2B
Octal 120 172 212 52 14 0 56 305 33 53
Binary 1010000 1111010 10001010 101010 1100 0 101110 11000101 11011 101011

Color Harmonies of #507A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A8A

Black with #507A8A

Text Example


Text Example

White with #507A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,138); }

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

background-color css

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

 a { background-color: rgb(80,122,138); }

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

border-color css

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

 span { border-color: rgb(80,122,138); }

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