Html Css Color HEX #507998 Jelly Bean

📋 copy color: '#507998'

red 80 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #507998

Tints of Jelly Bean #507998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

 BLUE value IS 152 (59.77% from 255) = 43.06%

R = 22.66%
G = 34.28%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507998 (or 0x507998) is known color: Jelly Bean. HEX triplet: 50, 79 and 98. RGB value is (80,121,152). Sum of RGB (Red+Green+Blue) = 80+121+152=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #507998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507998 is #AF8667. Grayscale: #707070. Windows color (decimal): -11503208 or 9992528. OLE color: 9992528.

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

Color convert

RGB 80 121 152 -
CMYK 0.47 0.20 0 0.40
HSL 205.83º 0.31% 0.45% -
HSV(B) 205.83º 0.47% 0.6% -
XYZ 15.81 17.65 32.28 -
YUV 112.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 80 121 152 0.47 0.20 0 0.40 205.83 0.31 0.45
Hex 50 79 98 2F 14 0 28 CE 1F 2D
Octal 120 171 230 57 24 0 50 316 37 55
Binary 1010000 1111001 10011000 101111 10100 0 101000 11001110 11111 101101

Color Harmonies of #507998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507998

Black with #507998

Text Example


Text Example

White with #507998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507998; }

 p { color: rgb(80,121,152); }

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

background-color css

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

 a { background-color: rgb(80,121,152); }

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

border-color css

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

 span { border-color: rgb(80,121,152); }

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