Html Css Color HEX #537C95 Jelly Bean

📋 copy color: '#537C95'

red 83 ◦ green 124 ◦ blue 149

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

Shades of Jelly Bean #537C95

Tints of Jelly Bean #537C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 23.31%
G = 34.83%
B = 41.85%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537C95 (or 0x537C95) is known color: Jelly Bean. HEX triplet: 53, 7C and 95. RGB value is (83,124,149). Sum of RGB (Red+Green+Blue) = 83+124+149=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #537C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C95 is #AC836A. Grayscale: #727272. Windows color (decimal): -11305835 or 9796691. OLE color: 9796691.

HSL color Cylindrical-coordinate representation of color #537C95: hue angle of 202.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537C95 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 124 149 -
CMYK 0.44 0.17 0 0.42
HSL 202.73º 0.28% 0.45% -
HSV(B) 202.73º 0.44% 0.58% -
XYZ 16.2 18.42 31.14 -
YUV 114.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 83 124 149 0.44 0.17 0 0.42 202.73 0.28 0.45
Hex 53 7C 95 2C 11 0 2A CB 1C 2D
Octal 123 174 225 54 21 0 52 313 34 55
Binary 1010011 1111100 10010101 101100 10001 0 101010 11001011 11100 101101

Color Harmonies of #537C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C95

Black with #537C95

Text Example


Text Example

White with #537C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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