Html Css Color HEX #537C99 Jelly Bean

📋 copy color: '#537C99'

red 83 ◦ green 124 ◦ blue 153

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

Shades of Jelly Bean #537C99

Tints of Jelly Bean #537C99

RGB

 RED value IS 83 (32.81% from 255) = 23.06%

 GREEN value IS 124 (48.83% from 255) = 34.44%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 23.06%
G = 34.44%
B = 42.5%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#537C99 (or 0x537C99) is known color: Jelly Bean. HEX triplet: 53, 7C and 99. RGB value is (83,124,153). Sum of RGB (Red+Green+Blue) = 83+124+153=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #537C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C99 is #AC8366. Grayscale: #727272. Windows color (decimal): -11305831 or 10058835. OLE color: 10058835.

HSL color Cylindrical-coordinate representation of color #537C99: hue angle of 204.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537C99 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 124 153 -
CMYK 0.46 0.19 0 0.4
HSL 204.86º 0.3% 0.46% -
HSV(B) 204.86º 0.46% 0.6% -
XYZ 16.52 18.55 32.85 -
YUV 115.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 83 124 153 0.46 0.19 0 0.4 204.86 0.3 0.46
Hex 53 7C 99 2E 13 0 28 CD 1E 2E
Octal 123 174 231 56 23 0 50 315 36 56
Binary 1010011 1111100 10011001 101110 10011 0 101000 11001101 11110 101110

Color Harmonies of #537C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C99

Black with #537C99

Text Example


Text Example

White with #537C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C99; }

 p { color: rgb(83,124,153); }

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

background-color css

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

 a { background-color: rgb(83,124,153); }

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

border-color css

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

 span { border-color: rgb(83,124,153); }

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