Html Css Color HEX #537C92 Jelly Bean

📋 copy color: '#537C92'

red 83 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #537C92

Tints of Jelly Bean #537C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 23.51%
G = 35.13%
B = 41.36%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537C92 (or 0x537C92) is known color: Jelly Bean. HEX triplet: 53, 7C and 92. RGB value is (83,124,146). Sum of RGB (Red+Green+Blue) = 83+124+146=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #537C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C92 is #AC836D. Grayscale: #727272. Windows color (decimal): -11305838 or 9600083. OLE color: 9600083.

HSL color Cylindrical-coordinate representation of color #537C92: hue angle of 200.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537C92 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 124 146 -
CMYK 0.43 0.15 0 0.43
HSL 200.95º 0.28% 0.45% -
HSV(B) 200.95º 0.43% 0.57% -
XYZ 15.96 18.33 29.89 -
YUV 114.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 83 124 146 0.43 0.15 0 0.43 200.95 0.28 0.45
Hex 53 7C 92 2B F 0 2B C9 1C 2D
Octal 123 174 222 53 17 0 53 311 34 55
Binary 1010011 1111100 10010010 101011 1111 0 101011 11001001 11100 101101

Color Harmonies of #537C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C92

Black with #537C92

Text Example


Text Example

White with #537C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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