Html Css Color HEX #507897 Jelly Bean

📋 copy color: '#507897'

red 80 ◦ green 120 ◦ blue 151

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

Shades of Jelly Bean #507897

Tints of Jelly Bean #507897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 22.79%
G = 34.19%
B = 43.02%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#507897 (or 0x507897) is known color: Jelly Bean. HEX triplet: 50, 78 and 97. RGB value is (80,120,151). Sum of RGB (Red+Green+Blue) = 80+120+151=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #507897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507897 is #AF8768. Grayscale: #6F6F6F. Windows color (decimal): -11503465 or 9926736. OLE color: 9926736.

HSL color Cylindrical-coordinate representation of color #507897: hue angle of 206.2º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507897 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 120 151 -
CMYK 0.47 0.21 0 0.41
HSL 206.2º 0.31% 0.45% -
HSV(B) 206.2º 0.47% 0.59% -
XYZ 15.61 17.37 31.81 -
YUV 111.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 80 120 151 0.47 0.21 0 0.41 206.2 0.31 0.45
Hex 50 78 97 2F 15 0 29 CE 1F 2D
Octal 120 170 227 57 25 0 51 316 37 55
Binary 1010000 1111000 10010111 101111 10101 0 101001 11001110 11111 101101

Color Harmonies of #507897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507897

Black with #507897

Text Example


Text Example

White with #507897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507897; }

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

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

background-color css

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

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

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

border-color css

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

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

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