Html Css Color HEX #507891 Jelly Bean

📋 copy color: '#507891'

red 80 ◦ green 120 ◦ blue 145

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

Shades of Jelly Bean #507891

Tints of Jelly Bean #507891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 23.19%
G = 34.78%
B = 42.03%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507891 (or 0x507891) is known color: Jelly Bean. HEX triplet: 50, 78 and 91. RGB value is (80,120,145). Sum of RGB (Red+Green+Blue) = 80+120+145=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #507891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507891 is #AF876E. Grayscale: #6E6E6E. Windows color (decimal): -11503471 or 9533520. OLE color: 9533520.

HSL color Cylindrical-coordinate representation of color #507891: hue angle of 203.08º 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 #507891 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 120 145 -
CMYK 0.45 0.17 0 0.43
HSL 203.08º 0.29% 0.44% -
HSV(B) 203.08º 0.45% 0.57% -
XYZ 15.14 17.18 29.31 -
YUV 110.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 80 120 145 0.45 0.17 0 0.43 203.08 0.29 0.44
Hex 50 78 91 2D 11 0 2B CB 1D 2C
Octal 120 170 221 55 21 0 53 313 35 54
Binary 1010000 1111000 10010001 101101 10001 0 101011 11001011 11101 101100

Color Harmonies of #507891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507891

Black with #507891

Text Example


Text Example

White with #507891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507891; }

 p { color: rgb(80,120,145); }

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

background-color css

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

 a { background-color: rgb(80,120,145); }

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

border-color css

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

 span { border-color: rgb(80,120,145); }

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