Html Css Color HEX #507689 Jelly Bean

📋 copy color: '#507689'

red 80 ◦ green 118 ◦ blue 137

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

Shades of Jelly Bean #507689

Tints of Jelly Bean #507689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 23.88%
G = 35.22%
B = 40.9%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#507689 (or 0x507689) is known color: Jelly Bean. HEX triplet: 50, 76 and 89. RGB value is (80,118,137). Sum of RGB (Red+Green+Blue) = 80+118+137=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #507689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507689 is #AF8976. Grayscale: #6C6C6C. Windows color (decimal): -11503991 or 9008720. OLE color: 9008720.

HSL color Cylindrical-coordinate representation of color #507689: hue angle of 200º degrees, saturation: 0.26, 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 #507689 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 118 137 -
CMYK 0.42 0.14 0 0.46
HSL 200º 0.26% 0.43% -
HSV(B) 200º 0.42% 0.54% -
XYZ 14.3 16.47 26.09 -
YUV 108.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 80 118 137 0.42 0.14 0 0.46 200 0.26 0.43
Hex 50 76 89 2A E 0 2E C8 1A 2B
Octal 120 166 211 52 16 0 56 310 32 53
Binary 1010000 1110110 10001001 101010 1110 0 101110 11001000 11010 101011

Color Harmonies of #507689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507689

Black with #507689

Text Example


Text Example

White with #507689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507689; }

 p { color: rgb(80,118,137); }

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

background-color css

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

 a { background-color: rgb(80,118,137); }

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

border-color css

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

 span { border-color: rgb(80,118,137); }

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