Html Css Color HEX #507B9A Jelly Bean

📋 copy color: '#507B9A'

red 80 ◦ green 123 ◦ blue 154

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

Shades of Jelly Bean #507B9A

Tints of Jelly Bean #507B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 22.41%
G = 34.45%
B = 43.14%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507B9A (or 0x507B9A) is known color: Jelly Bean. HEX triplet: 50, 7B and 9A. RGB value is (80,123,154). Sum of RGB (Red+Green+Blue) = 80+123+154=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #507B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507B9A is #AF8465. Grayscale: #717171. Windows color (decimal): -11502694 or 10124112. OLE color: 10124112.

HSL color Cylindrical-coordinate representation of color #507B9A: hue angle of 205.14º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507B9A is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 123 154 -
CMYK 0.48 0.20 0 0.40
HSL 205.14º 0.32% 0.46% -
HSV(B) 205.14º 0.48% 0.6% -
XYZ 16.22 18.2 33.23 -
YUV 113.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 80 123 154 0.48 0.20 0 0.40 205.14 0.32 0.46
Hex 50 7B 9A 30 14 0 28 CD 20 2E
Octal 120 173 232 60 24 0 50 315 40 56
Binary 1010000 1111011 10011010 110000 10100 0 101000 11001101 100000 101110

Color Harmonies of #507B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B9A

Black with #507B9A

Text Example


Text Example

White with #507B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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